[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的说明
[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
--->