vue3在使用@import “./index.scss“报错
Deprecation Warning: Sass @import rules are deprecated and will be removed in Dart Sass 3.0.0.
More info and automated migrator: https://sass-lang.com/d/import
2 │ @import "./index.scss";
在 Sass 3.0.0.之后 导入样式使用 “@use” ,不在使用 @import 如下: