refactor: 全局大小设置移除固定的size、新版的element-plus的size移除mini和medium的值
This commit is contained in:
@@ -13,9 +13,9 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import {computed} from "vue";
|
||||
import {tagsViewStoreHook} from '@/store/modules/tagsView'
|
||||
import {useTagsViewStoreHook} from '@/store/modules/tagsView'
|
||||
|
||||
const cachedViews = computed(() => tagsViewStoreHook().cachedViews);
|
||||
const cachedViews = computed(() => useTagsViewStoreHook().cachedViews);
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user