vue报错Unknown custom element

error.png

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

1,新建组件文件:

input-cdc-center.vue

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

import from '../screeningRecord/input-cdc-center'

3,添加到组件中:

components: {

}

4,使用:

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

你可能感兴趣的:(vue报错Unknown custom element)