[Vue warn]: Unknown custom element: <sapn> - did you register the component correctly? For recursive components, make sure to provide the "name" option. found in ---> <Evaluate> at src/views/index/

 关于vue报错:

[Vue warn]: Unknown custom element: <sapn> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <Evaluate> at src/views/index/Evaluate.vue
<Index> at src/views/Index.vue
<App> at src/App.vue
<Root>

 

一般都是标签写错了,比如我的 <span></span> 写成了   <sapn></sapn>

posted @ 2019-10-14 23:15  尘世英雄  阅读(2425)  评论(1编辑  收藏  举报