style="item.index=='888' ? {''color'': 'red'} :{'color': '#19be6b'}">
这样写在template里..出错...去掉key的引号正常style="item.index=='888' ? {color: 'red'} :{color: '#19be6b'}">
这样正常
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: OS 名称: Microsoft Windows 10 专业版 OS 版本: 10.0.19045 暂缺 Build 19045
HBuilderX类型: 正式
HBuilderX版本号: 4.76
第三方开发者工具版本号: 1.06.2504030
基础库版本号: 3.10.0
项目创建方式: HBuilderX
style="item.index=='888' ? {''color'': 'red'} :{'color': '#19be6b'}">
这样写在template里..出错...去掉key的引号正常style="item.index=='888' ? {color: 'red'} :{color: '#19be6b'}">
这样正常
以前的版本带不带引号都正常
修复为带不带引号都正常
style="item.index=='888' ? {''color'': 'red'} :{'color': '#19be6b'}">
这样写在template里..出错...去掉key的引号正常style="item.index=='888' ? {color: 'red'} :{color: '#19be6b'}">
这样正常
1 个回复
DCloud_UNI_JBB
vue不支持这种写法