目录
二十四、项目实战细节(二)
1、组件设置name属性
<script setup>
// Vue3.3后支持
defineOptions({
name: '组件名',
inheritAttrs: false
})
</script>
标签:实战,name,Vue3,高级,组件,二十四,第六章
From: https://www.cnblogs.com/linding/p/17844674.html
目录
<script setup>
// Vue3.3后支持
defineOptions({
name: '组件名',
inheritAttrs: false
})
</script>
标签:实战,name,Vue3,高级,组件,二十四,第六章
From: https://www.cnblogs.com/linding/p/17844674.html