摘要: destroyed() { window.removeEventListener('popstate', this.backChange, false)// false阻止默认事件 }, mounted() { // 如果支持 popstate 一般移动端都支持了 if (window.histor 阅读全文
posted @ 2020-04-29 10:48 此夏_唯美 阅读(457) 评论(0) 推荐(0) 编辑
摘要: # 安装 npm install vue-count-to #使用 <template> <countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo> </template> <script> import co 阅读全文
posted @ 2020-04-29 10:43 此夏_唯美 阅读(2317) 评论(0) 推荐(0) 编辑
摘要: # 安装 npm install vue-photo-preview --save # man.js引入 import preview from 'vue-photo-preview' import 'vue-photo-preview/dist/skin.css' let options = { 阅读全文
posted @ 2020-04-29 10:36 此夏_唯美 阅读(3892) 评论(0) 推荐(0) 编辑