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
It seems the package might be missing the proper export for the CSS file in its package.json.
Please advise if I'm doing something wrong or if this needs to be fixed in the package itself.
Thank you!
The text was updated successfully, but these errors were encountered:
Issue: Unable to Import CSS File from
v-dropdown-menu
PackageNuxt Version:
^3.6.5
v-dropdown-menu Version:
^2.0.4
Problem
I'm trying to import the CSS file for the
v-dropdown-menu
package in a component like this:However, this results in the following error:
Workaround
Currently, I’m working around this issue by importing the file directly from
node_modules
, like so:But this approach is not ideal or recommended.
Expected Behavior
The CSS should be importable using the standard package path:
Notes
It seems the package might be missing the proper export for the CSS file in its
package.json
.Please advise if I'm doing something wrong or if this needs to be fixed in the package itself.
Thank you!
The text was updated successfully, but these errors were encountered: