vue报错Unknown custom element

error.png

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

1,新建组件文件:

input-cdc-center.vue

2,在使用组件的文件中引入组件:

import \color{red}{inputCdcCenter} from '../screeningRecord/input-cdc-center'

3,添加到组件中:

components: {
\color{red}{inputCdcCenter}
}

4,使用:

<input-cdc-center></input-cdc-center>

\color{red}{报错原因:}

红色部分需要用驼峰写法(首字母大写)

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。