myronliu347 / vue-carbon

此项目已停止维护,建议迁移到 https://github.com/museui/muse-ui/
861 stars 135 forks source link

使用组件报错 #45

Open airzhanglin opened 7 years ago

airzhanglin commented 7 years ago

[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

--->

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

vue-carbon 支持 vue1.0版本