vue-carbon icon indicating copy to clipboard operation
vue-carbon copied to clipboard

使用组件报错

Open airzhanglin opened this issue 7 years ago • 1 comments

[Vue warn]: Property or method "$els" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.

found in

---> <IconButton> <HeaderBar> <Home> at E:\web\vueapp\src\view\home.vue <App> at E:\web\vueapp\src\App.vue <Root> 我已经import VueCarbon from 'vue-carbon' import 'vue-carbon/dist/vue-carbon.css' // 加载css文件 Vue.use(VueCarbon)但出现这个错误,还有一个是想问,api文档里面为什么没有bottom-Nav的说明

airzhanglin avatar Jul 04 '17 08:07 airzhanglin

vue-carbon 支持 vue1.0版本

myronliu347 avatar Jul 05 '17 08:07 myronliu347