l***@163.com
l***@163.com
  • 发布:2024-05-27 15:16
  • 更新:2024-05-28 00:40
  • 阅读:84

uni.scss

分类:uni-app

uniapp + vue3+vite+ts

  1. uni.module.scss中如下 $theme-color: red; export { ceshi: $theme-color;
    }
  2. ceshi.vue 如下
    <style lang=scss>
    color: $theme-color
    </style>
    会报错
    [vite] [plugin:vite:css] [sass] Undefined variable.

    35 │ color: $theme-color;
    │ ^^^^^^^^^^^^

    /////////////////////////期望
    1.页面style中可以正常使用scss 变量
    2.import uniCss from '@/uni.module.scss'
    console.log(uniCss, 11111) 这里打印也能正常拿到scss 变量
2024-05-27 15:16 负责人:无 分享
已邀请:
放弃了键盘

放弃了键盘

解决了吗,同样遇到

要回复问题请先登录注册