element-ui
2018-12-27 本文已影响102人
天字一等
1、Unknown custom element: <el-radio-button> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <LeftSideBar> at src/components/common/leftSideBar.vue
<UserList> at src/components/userList.vue
<App> at src/App.vue
<Root>
错误原因:没有在main.js文件import和Vue.use(RadioButton) 来注册RadioButton组件