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
@use is only used in a specific scope. I reference @used after the SASS file, and it works normally.But I don't know why I wrote '@use ** as *' in vue.config.js. It only works in the Vue file and not in the SASS file.
Version
5.0.8
Environment info
I found that I can't use any parameters and methods
Steps to reproduce
@use replace @import from project when node upgrade to 22
What is expected?
It works fine
What is actually happening?
project can't run and console show all parameter, method undefined but i can find parameter from file introduced by @use
The text was updated successfully, but these errors were encountered: