摘要: 一、install-->command line: 1、cnpm install vue-quill-editor --save 2、cnpm install sass-loader@7.3.1 --save-dev 3、cnpm install --save-dev node-sass 二、官网( 阅读全文
posted @ 2020-07-26 21:18 遥~ 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 1 asyncData(){ 2 return spitApi.search(1,10,{state:'1'}).then(res=>{ 3 let tmp = res.data.data.rows.map(item=>{ 4 return { 5 ...item, 6 zan:'' 7 } 8 } 阅读全文
posted @ 2020-07-26 20:30 遥~ 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 一、when use "v-infinite-scroll="loadMore": 二、the reason in plugins("{ src:'~plugins/vue-infinite-scroll.js' ,ssr: false}" before "{ src:'~plugins/eleme 阅读全文
posted @ 2020-07-26 10:00 遥~ 阅读(2089) 评论(0) 推荐(0) 编辑