摘要: <div class="menu-wrapper" ref="menuWrapper" > this.$refs.menuWrapper 从新渲染完 在执行 this.$nextTick( () => {console.log(1111)this._initBetter()}) 阅读全文
posted @ 2018-04-09 16:34 Y-HJ 阅读(198) 评论(0) 推荐(0) 编辑
摘要: function pushHistory(){ var state = { title: "title", url: "#" } window.history.pushState(state, "title", "#"); } pushHistory(); window.addEventListen 阅读全文
posted @ 2018-04-09 14:45 Y-HJ 阅读(230) 评论(0) 推荐(0) 编辑