ydcss / vue-ydui

A mobile components Library with Vue2.js. 一只基于Vue2.x的移动端组件库。
http://vue.ydui.org
MIT License
2.75k stars 559 forks source link

Confirm在组件beforeRouteLeave中无法使用 #716

Open zengyuanqiu opened 6 years ago

zengyuanqiu commented 6 years ago

代码区域

 beforeRouteLeave (to, from, next) {
    this.$dialog.confirm({title: 'Hello'});
 }
zengyuanqiu commented 5 years ago

Confirm组件中监听了hashchange事件,离开路由就会触发hashchange,因此confirm组件又从页面移除了。