Skip to content

[uniapp-vue2] vue2 不支持动态 style #148

@hhcgq

Description

@hhcgq

tdesign-uniapp 版本

0.6.3

重现链接

https://uniapp.dcloud.net.cn/tutorial/vue-basics.html#%E6%95%B0%E7%BB%84%E8%AF%AD%E6%B3%95

重现步骤

使用 vue create -p dcloudio/uni-preset-vue 创建 my-project
然后安装 npm i tdesign-uniapp
参照 tdesign-uniapp 文档使用 t-loading
npm run dev:mp-weixin

期望结果

正常编译 正常使用t-loading

实际结果

Errors compiling template:
:style 不支持 tools._style([customStyle,show?'':'display: none',inheritColor?'color: inherit':'']) 语法

1 |
|
2 | <view
| ^^^^^
3 | :style="tools._style([
| ^^^^^^^^^^^^^^^^^^^^^^^^
4 | customStyle,
| ^^^^^^^^^^^^^^^^
5 | show ? '' : 'display: none',
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 | inheritColor ? 'color: inherit' : ''
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7 | ])"

框架版本

vue2 2.6.14

浏览器版本

微信小程序

系统版本

No response

Node版本

18

补充说明

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions