vue调试工具没有Pinia模块解决办法修改前,调试工具里面没有Pinia模块在项目的入口文件mian.js中这样修改createApp(App).use(pinia)createApp(App).mount(#app)修改为creat7月前560