感兴趣的可以一起交流下,关于如何模拟一个APP路由的问题 #7471
0x30
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我现在主要使用 vue 开发 Hybrid App 内的 web-app. 遇到了一些问题
UINavigationController
alert('')
以前的做法,大概就是
vue-router
+keep-alive
,然后想办法去分辨前进还是后退,之后再vue-router
的befor-each
拦截返回是否存在弹出框vue2 时候,可以使用
https://github.com/zack24q/vue-navigation
加上一些不是很好的方式完成以后 做法vue3 时候,通过自定义一个
keep-alive
,在加上之前那些不好的方式 也可以完成最近我开始思考一种新的方式 vue-navigation. 希望有感兴趣的 可以一起讨论讨论
Beta Was this translation helpful? Give feedback.
All reactions