We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import var scss in vs.config.js //vue.config.js
module.exports = { css: { requireModuleExtension: true, loaderOptions: { scss: { prependData: ` @import "@/style/gobal.scss"; `, }, }, }, }
if delete the var, it's working fine.