feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -8,6 +8,8 @@ import { computed } from 'vue';
|
||||
import { useThemeStore } from '@/store';
|
||||
import { VerticalSider, VerticalMixSider } from './components';
|
||||
|
||||
defineOptions({ name: 'GlobalSider' });
|
||||
|
||||
const theme = useThemeStore();
|
||||
|
||||
const isVerticalMix = computed(() => theme.layout.mode === 'vertical-mix');
|
||||
|
||||
Reference in New Issue
Block a user