Version
v1.0.1
node-version
v18.14.1
Link to minimal reproduction
No response
Step to reproduce
? 确认需要继续执行初始化,请输入(y) y
? 请输入项目名称: tiny-pro
? 请输入项目描述: 基于TinyPro套件创建的中后台系统
* 请选择您希望使用的客户端技术栈: vue
* 请选择您希望使用的服务端技术栈: 暂不配置
cd tiny-pro && npm run start
open console of browser after the project was started
What is expected
no errors in console
What is actually happening
Uncaught TypeError: Cannot read properties of undefined (reading 'setCurrentNode')
at index.vue:247:31
Any additional comments (optional)
No response