2019年11月28日
摘要: 1、demo展示 2、未处理的数据 3、要处理数据的形式 4、方法一、 created() { console.log(this.dataList) this.dataList.forEach((data) => { for(let i = 0; i<this.textList.length; i+ 阅读全文
posted @ 2019-11-28 14:05 努力学习喵 阅读(1380) 评论(0) 推荐(0)
  2019年11月26日
摘要: 一个组件传过来的时间值,如2019,在时间选择器中只能选择这一年的时间,其余禁止选择。 1、 <!-- 时间选择器 --> <Row class="_time"> <Col span="12"> <DatePicker type="daterange" transfer :options="forb 阅读全文
posted @ 2019-11-26 17:46 努力学习喵 阅读(3484) 评论(0) 推荐(0)
摘要: 1.install npm install vue-perfect-scrollbar 2、 <template> <div class="father"> <VuePerfectScrollbar class="scroll"> <div class="box"> <p>323232232</p> 阅读全文
posted @ 2019-11-26 16:30 努力学习喵 阅读(1777) 评论(0) 推荐(0)
摘要: 1、在main.js里引入 import Vue from 'vue' import VueQuillEditor from 'vue-quill-editor' Vue.use(VueQuillEditor) 2、在需要的页面引入 // 一定要引入这三个css,不然文本编辑器会出现不规则黑白几何图 阅读全文
posted @ 2019-11-26 13:14 努力学习喵 阅读(626) 评论(0) 推荐(0)