feat: 新增定位和style处理

This commit is contained in:
MTrun
2022-03-09 17:37:32 +08:00
parent 5c595fdedf
commit 9bd14ebc0c
10 changed files with 167 additions and 11 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
</template>
<script setup lang="ts">
import { reactive } from 'vue'
import { shallowReactive } from 'vue'
import { renderIcon, fetchPathByName, routerTurnByPath, setLocalStorage, getLocalStorage } from '@/utils'
import { PreviewEnum } from '@/enums/pageEnum'
import { StorageEnum } from '@/enums/storageEnum'
@@ -58,7 +58,7 @@ const sendHandle = () => {
window['$message'].warning('该功能暂未实现(因为压根没有后台)')
}
const btnList = reactive([
const btnList = shallowReactive([
{
key: '',
select: true,