sonofmagic / weapp-tailwindcss

bring tailwindcss to weapp ! 把 `tailwindcss` 原子化**带入小程序开发吧 ! 原 `weapp-tailwindcss-webpack-plugin`

Home Page:https://weapp-tw.icebreaker.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wxml 里的 {{}} 表达式中出现 `>` 会导致提前匹配完毕,从而转义失败

sonofmagic opened this issue · comments

描述这个Bug
显然,这是标签的正则匹配出现了问题

代码url

wx:if="{{ xxx.length > 0 }}" class="mt-[8px]"

Fixed in 2.8.0