feat(projects): 添加组件名称,调整vue文件里面的类型声明位置
This commit is contained in:
@ -4,6 +4,8 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { GlobalContent } from '../common';
|
||||
|
||||
defineOptions({ name: 'BlankLayout' });
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user