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