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
如题,之前我是这么使用它的: { text:"初始维度", name:"space", type:"radio-group", options:[{value:2,text:'二维'},{value:3,text:'三维'}] } 发现鼠标选择后,捕获到的数值是true、false,是不是DSL的写法发生了变化?我看官网的playground里就是这么用的,挺好使的啊,我这边的这个配置,已经正常使用一年了,今天不好使了。/
The text was updated successfully, but these errors were encountered:
请尝试更新到最新版本的element-plus,element-plus2.6以后radio的api有变化
Sorry, something went wrong.
No branches or pull requests
如题,之前我是这么使用它的:
{
text:"初始维度",
name:"space",
type:"radio-group",
options:[{value:2,text:'二维'},{value:3,text:'三维'}]
}
发现鼠标选择后,捕获到的数值是true、false,是不是DSL的写法发生了变化?我看官网的playground里就是这么用的,挺好使的啊,我这边的这个配置,已经正常使用一年了,今天不好使了。/
The text was updated successfully, but these errors were encountered: