}
<script>
import scss from 'common.scss'
console.log(scss.g_c)
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows 10
HBuilderX类型: 正式
HBuilderX版本号: 3.2.10
手机系统: iOS
手机系统版本号: iOS 14
手机厂商: 苹果
手机机型: Apple SE2
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
<script>
import scss from 'common.scss'
console.log(scss.g_c)
console.log(scss.g_c) 应该输出 yellow
undefine
我今天发现了uniapp在使用scss时的一个BUG:
common.scss
$global_color: yellow; export { g_c: $global_color; index.vue
<script>
import scss from 'common.scss'
*console.log(scss.g_c)*****
</script>
1 个回复
Javin
好像h5也不行啊