We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<template> <button class="btn" :class="{disabledClass: disabledBtn}">提交</button> </template> export default class Counter extends wepy.page{ data={ disabledBtn:true } }
代码如上,编译结果并没有给button加上类名"disabledClass"
The text was updated successfully, but these errors were encountered:
fixed :class in page bug - #257
f16205c
fixed in 1.5.8
Sorry, something went wrong.
wepy升级为1.5.8,page采用:class还是不行,是哪里使用不正确吗
fixed :class in page bug - Tencent#257
ce40898
No branches or pull requests
代码如上,编译结果并没有给button加上类名"disabledClass"
The text was updated successfully, but these errors were encountered: