报错一
浏览器常报错:
Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option.
报错缘由
未注册info-table组件
报错解决
1.创建info-table实例(已创建可忽略)
2.引用info-table组件
import infoTable from '@/components/Sysm-infotable'
3.注册组件
components:{
infoTable
}
4.完美解决问题一