feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -48,9 +48,13 @@ import { useThemeStore } from '@/store';
|
||||
import { useBoolean } from '@/hooks';
|
||||
import MessageList from './MessageList.vue';
|
||||
|
||||
defineOptions({ name: 'SystemMessage' });
|
||||
|
||||
const theme = useThemeStore();
|
||||
const { bool: loading, setBool: setLoading } = useBoolean();
|
||||
|
||||
const currentTab = ref(0);
|
||||
|
||||
const tabData = ref<Message.Tab[]>([
|
||||
{
|
||||
key: 1,
|
||||
|
||||
Reference in New Issue
Block a user