如果是使用vue cli来进行构建,可以配置vue.config.js ``` css: { loaderOptions: { sass: { silenceDeprecations: [] } } } ```
如果是使用vue cli来进行构建,可以配置vue.config.js