vue封装一个组件
分为2个步骤,无论是复制过来的代码还是自己写的代码
第一步,需要被封装的代码
#a.vue
< template>
.....
< /template>
#####第二步,需要再引入的地方先导入在使用,名称要一直,不能错
#b.vue
< template >
<ab1out />
< /template >
import ab1out from '../views/AboutView.vue'
最近访问时间:2024-12-06 07:16:28