SilurianYang / uni-simple-router

A simple, lightweight 'uni-app' routing plugin
https://v2.hhyang.cn/v2/
MIT License
742 stars 163 forks source link

Vue3+Vite支持 #441

Closed coolxiaohao closed 1 year ago

coolxiaohao commented 1 year ago

大佬啥时候支持Vue3啊

SilurianYang commented 1 year ago

很抱歉,目前没有计划

aimeiyijia commented 1 year ago

源码里面router.ts 中install部分中的Object.defineProperty(Vue.prototype 改为Object.defineProperty(app.config.globalProperties 就基本上可以运行了

terranc commented 1 year ago

源码里面router.ts 中install部分中的Object.defineProperty(Vue.prototype 改为Object.defineProperty(app.config.globalProperties 就基本上可以运行了

app 在哪里声明的?

SilurianYang commented 1 year ago

https://github.com/SilurianYang/uni-simple-router/issues/451