问题:vue-cil
配置element-ui
失败 主要的问题是 我在App.vue
中使用el-button
不会报错
而我在别的 也就是components
的.vue
组件里边使用el-button
会报一下的错误
组件中使用的代码:
<template>
<div>
<h3>我是vuexDemo</h3>
<el-button type="danger">aaaa</el-button>
</div>
</template>
<script>
</script>
错误截图:
配置:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…