摘要: 一:在项目中创建一个plugins\ToastMessage\index.vue文件 <template> <div class="wrap" v-if="showWrap" :class="showContent ?'fadein':'fadeout'">{{text}}</div> </temp 阅读全文
posted @ 2020-04-27 11:20 吴政恒 阅读(1584) 评论(0) 推荐(1) 编辑
摘要: 一:安装ElementUi npm install element-ui 二:引用组件 import ElementUI from 'element-ui' // 安装 ElementUI(ui) Vue.use(ElementUI) 三:在vue文件中使用 (1) 成功提示框 this.$mess 阅读全文
posted @ 2020-04-27 11:10 吴政恒 阅读(11076) 评论(0) 推荐(1) 编辑