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
Oh. Sorry, it caused by Ripple is a common js module. It is not supported by default with vite.
You can add below code into vite.config.js as a workaround, but It's better if you ask the maintainer of primevue export es module.
I tried to use PrimeVue with vite. The module just cannot resolve correctly.
I imported a .vue file of this lib(sidebar.vue) like so:
get error like
because Ripple is imported this way,in the source file of the lib(SideBar.vue)
and feel really hard to integrate.
my package.json
The text was updated successfully, but these errors were encountered: