Vue父组件引入子组件也可以这样
components: { // representativeList,representativeExamination,representativeAppeal
'representative-list': () => import('./components/representativeList'), // 代表队列表
'representative-examination': () => import('./components/representativeExamination'), // 代表队审核
'representative-appeal': () => import('./components/representativeAppeal'), // 代表队申诉
},
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。