- 博客(1)
- 收藏
- 关注
原创 选自面试宝典--Vue部分
(1)在components目录新建你的组件文件(indexPage.Vue),script一定要export default{};(2)在需要用的页面(组件)中导入:import indexPage from '@/components/indexPage.Vue';(3)注入到Vue的子组件的components属性上面,components:{indexPage}(4)在template视图view中使用。【注意:用indexPage命名,使用的时候则是index-page】
2023-08-13 21:38:34 160 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人