Syntax Error: SassError: semicolons aren't allowed in the indented syntax.


Syntax Error: SassError: semicolons aren't allowed in the indented syntax.

1 │ $color1: rgba(31, 36, 33, 1);
│ ^

node_modules\v-bar\src\sass\imports\_color-palette.sass 1:29 @import
node_modules\v-bar\src\sass\bar.sass 14:9 @import

 

 

解决方案:

把  v-bar 组件中的<style scoped lang="sass">  改成  <style scoped type="text/scss">

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM