首先创建一个全局变量文件 global.scss
1 | $theme-color: #efefef; |
编辑vue.config.js
1 | module.exports = { |
现在就可以在任意地方使用global.scss
中定义的变量了
1 | <template> |
global.scss
1 | $theme-color: #efefef; |
vue.config.js
1 | module.exports = { |
现在就可以在任意地方使用global.scss
中定义的变量了
1 | <template> |
Update your browser to view this website correctly. Update my browser now