随笔分类 -  vue

摘要:封装组件 <template> <el-dialog custom-class="uq-dialog-custom" :title="$slots.title ? '' : title" :visible.sync="visible" :width="width" :append-to-body=" 阅读全文
posted @ 2020-06-28 16:16 精灵铭心 阅读(4016) 评论(0) 推荐(0)
摘要:第一步:npm install velocity-animate@beta --save-dev 安装velocity动画库 第二步:在main.js引入 // 动画库import Velocity from 'velocity-animate'Vue.prototype.Velocity = Ve 阅读全文
posted @ 2020-06-16 18:21 精灵铭心 阅读(1550) 评论(0) 推荐(0)