Skip to content

css类有三元运算符时,wxml 代码压缩错误 #5

@eyasliu

Description

@eyasliu

如果我的wxml的类有三元运算符,启用了minify会错误,如

<view class="{{item.active ? 'active' : ''}}">test</view>

压缩后变成了

<view class="{{item">test</view>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions