We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in order to load images dynamically I used below code
<img :src="require('@/assets/' + sliderItem.src)" />
so that images are loaded correctly but in this case unexpected scss error shows.
./src/assets/sass/custom/dropdowns.scss (./node_modules/css-loader/dist/cjs.js??ref--8-oneOf-3-1!./node_modules/postcss-loader/src??ref--8-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-3-3!./src/assets/sass/custom/dropdowns.scss) Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: Undefined variable. ╷ 4 │ height: $navbar-height; │ ^^^^^^^^^^^^^^ ╵ /usr/src/app/src/assets/sass/custom/dropdowns.scss 4:13 root stylesheet
actually scss works well without image binding(above code)
any idea?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
in order to load images dynamically I used below code
so that images are loaded correctly but in this case unexpected scss error shows.
actually scss works well without image binding(above code)
any idea?
The text was updated successfully, but these errors were encountered: