hezhongfeng/vue-page-stack
Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器
12 Releases
Latest: 1y ago
V3.1.5v3.1.5Latest
📦 v3.1.4
- 1. FIx the bug of refreshing the browser and then going back
📦 v3.1.3
- 1. Fixed the page caching issue when using replace.
📦 v3.1.2
- 1. Removed the stack-key parameter from the URL.
- 2. Due to special handling of built-in components in Vue3.x, it is currently not possible to use it together with Transition.
V3.1.0v3.1.0
1. 去除 path上面的 `stack-key` ,使用 `detect-browser-navigation-in-vue-router` 代替 2. 去除多余的 option config
Vue 3.0v3.0.0
Fully adapted to Vue 3.0 version
1.5.0v1.5.0
全局钩子beforeEach处做redirection会有多余的error信息(Redirected from X to Y via a navigation guard) [详情](https://github.com/vuejs/vue-router/issues/2881#issuecomment-520554378)
1.4.1v1.4.1
add dist files
1.4.0v1.4.0
📋 Changes
- fix #25
1.3.2v1.3.2
📋 Changes
- 适配页面A->A
- fix #18
1.2.2v1.2.2
📋 Changes
- fix #17
1.2.1v1.2.1
📋 Changes
- use @vue/cli to build this library. (for test soon)
1.2.0v1.2.0
📋 Changes
- fix #13
- Upgrade webpack package version
1.1.0v1.1.0
#### Features add API getStack to get current UI stack #11
1.0.0v1.0.0
Ready
