tobe-fe-dalao / fast-vue3

Vue3+Vite+Ts+Pinia+....一个快速开发vue3的模板框架,快速搭建前台应用
https://tobe-fe-dalao.github.io/fast-vue3/
MIT License
1.81k stars 446 forks source link

路由出错 #50

Closed scripted-C20 closed 1 year ago

scripted-C20 commented 2 years ago

启动项目后告警,页面也没有显示 image

scripted-C20 commented 2 years ago

测了一下发现是router/index引入的virtual:generated-pages的问题,去掉后手动接收root.ts(更改文件实例路径)后出现页面 image

shewlong commented 2 years ago

我也出现了该问题,初步猜测可能是node的版本与框架本身的版本不符合,造成pnpm导入的依赖有问题

fonghehe commented 1 year ago

这个是约定式路由的配置,按照配置即可