-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🐞 bugSomething isn't workingSomething isn't working🧐 unconfirmedwaiting to be confirmedwaiting to be confirmed