摘要:
destroyed() { window.removeEventListener('popstate', this.backChange, false)// false阻止默认事件 }, mounted() { // 如果支持 popstate 一般移动端都支持了 if (window.histor 阅读全文
摘要:
# 安装 npm install vue-count-to #使用 <template> <countTo :startVal='startVal' :endVal='endVal' :duration='3000'></countTo> </template> <script> import co 阅读全文
摘要:
# 安装 npm install vue-photo-preview --save # man.js引入 import preview from 'vue-photo-preview' import 'vue-photo-preview/dist/skin.css' let options = { 阅读全文