[Vue warn]: Unknown custom element:- did you register the component correctly? F...

 

Vue组件注册报错问题

 

 

 

 

import 不要加{},排查出如果页面引用单个组件的时候不要加上{}中括号,引入多个组件时才能派上用场,中括号去除问题即可解决。

 

转载于:https://www.cnblogs.com/shix0909/p/11435950.html