vue/cli 安装element问题
摘要:使用ElementUI组件库,按需引入ElementUI,按照官方文档的代码配置会遇到的报错问题!! 错误:Cannot find module 'babel-plugin-component' 先安装babel-plugin-component: npm install babel-plugin-
阅读全文
posted @
2021-10-25 16:15
Veritas_Yang
阅读(454)
推荐(0)
vue面试
摘要:vue生命周期 beforeCreate(创建前):在数据观测和初始化还没开始 created(创建后):完成数据观测,属性和方法的运算,初始化事件,$el属性还没显示出来 beforeMount(挂载前):编译模板,把data里面的数据和模板生成html但是还没挂载到html上 mounted(挂
阅读全文
posted @
2020-09-28 10:19
Veritas_Yang
阅读(106)
推荐(0)