国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Sass error: File already loaded: @import '~src/css/quasar.variables.scss', 'quasar/src/css/variables.sass'; src\css\quasar.variables.scss
P粉038856725
P粉038856725 2023-11-06 21:38:55
0
1
1110

I am using the quasar framework and encountered the above error when compiling the project

模塊構(gòu)建失敗(來自./node_modules/sass-loader/dist/cjs.js):
SassError:此文件已經(jīng)被加載。
  ?
1 │ @import '~src/css/quasar.variables.scss','quasar/src/css/variables.sass';
  │         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ?
  srccssquasar.variables.scss 1:9  root stylesheet
P粉038856725
P粉038856725

reply all(1)
P粉680487967

During the routing process, I passed the wrong path.

Before

Route.setViewResolver( component => require( "src/" + component ).default );

after

Route.setViewResolver( component => require( "src/pages/" + component ).default );

I forgot to pass the path of the component "src/pages/"

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template