This error message is indicating that there is an issue with the import statement for the 'useUserInfoStore' function from the '/src/stores/userinfo.ts' module. The module has been requested, but the function is not being exported from that module.

To solve this issue, you should check if the 'useUserInfoStore' function has been properly defined and exported in the '/src/stores/userinfo.ts' module. If it has not been properly exported, you should add the export statement for the function in that module.

Once you have corrected the export statement, you can then try importing the 'useUserInfoStore' function again in your code and the error should be resolved.

vue-routermjs3451 SyntaxError The requested module srcstoresuserinfots does not provide an export named useUserInfoStore at requestjs210

原文地址: https://www.cveoy.top/t/topic/3PW 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录