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
我尝试这样子的自定义事件,这里是在vue里面的写法 <y-switch :value="test" @update:value="(data) => (test = data.detail)"></y-switch> 在omi里面的写法是这种 this.fire('update:value', 123);或者this.fire('[update:value]', 123); 但是不会去触发这个自定义事件,希望可以支持或者请问有什么方法可以解决吗?感谢
<y-switch :value="test" @update:value="(data) => (test = data.detail)"></y-switch>
this.fire('update:value', 123);
this.fire('[update:value]', 123);
The text was updated successfully, but these errors were encountered:
https://omi.cdn-go.cn/home/latest/cross-frameworks.html
这种可以。
Sorry, something went wrong.
No branches or pull requests
我尝试这样子的自定义事件,这里是在vue里面的写法
<y-switch :value="test" @update:value="(data) => (test = data.detail)"></y-switch>
在omi里面的写法是这种
this.fire('update:value', 123);
或者this.fire('[update:value]', 123);
但是不会去触发这个自定义事件,希望可以支持或者请问有什么方法可以解决吗?感谢
The text was updated successfully, but these errors were encountered: