You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chunk-H2P5RRWN.js?v=2fdc74b2:1558 [Vue warn]: Failed to resolve component: NConfigProvider If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at App
I also encountered a similar problem. My local development and use were normal. After Vite was built, all introduced styles were lost, causing page exceptions.
I tried to reproduce the minimal implementation of this defect, but it could not be reproduced after just introducing navie-ui to build it. It is speculated that it is caused by using other frameworks at the same time. The code snippet for uploading the problem needs to be determined.
currently locked to v0.26.0 to ensure normal online functions. I will continue to pay attention to this issue
Hi! We had similar issue as well for versions v0.27.0. But was able to resolve by upgrading to v0.27.4. I think it might be tied to #767 which was addressed in v0.27.4 via #768
Describe the bug
I have tried with version 0.27.0 - 0.27.3, and all of them doesn't work at all
Error message:
chunk-H2P5RRWN.js?v=2fdc74b2:1558 [Vue warn]: Failed to resolve component: NConfigProvider If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement. at App
Dependencies version:
"vue": "3.4.31",
"vite": "5.3.4",
"@vitejs/plugin-vue": "5.1.0",
Reproduction
http://localhost:5173/
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: