2020年7月10日

vue引入 lodash

摘要: vue main.js引入 // main.js 全局引入lodash import _ from 'lodash' Vue.prototype._ = _ // 使用 this._.debounce(this.handleClick,1000,false) vue中其他文件引入test.js im 阅读全文

posted @ 2020-07-10 16:25 章画 阅读(7529) 评论(0) 推荐(0)

保存vuex状态刷新不消失

摘要: 写在App.vue中,所有页面共享此方法 export default { name: "app", components: {}, created() { // 页面每次刷新加载时候都会去读取sessionStorage里面的vuex状态 if (sessionStorage.getItem("s 阅读全文

posted @ 2020-07-10 08:26 章画 阅读(924) 评论(0) 推荐(0)

导航