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
<formCreate v-if="store.current?.componentConfig" :rule="rule" :option="options" v-model="formData" @change="onChange" @click.stop ="click"
@click.stop 无法避免 点击事件传播 [{"type":"subForm","field":"color","title":"框架颜色","value":{"color1":"#C61FCF","color2":"#EBC106"},"props":{"rule":[{"type":"el-color-picker","field":"color1","title":"静态颜色"},{"type":"el-color-picker","field":"color2","title":"波动颜色"}]}}]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<formCreate
v-if="store.current?.componentConfig"
:rule="rule"
:option="options"
v-model="formData"
@change="onChange"
@click.stop ="click"
The text was updated successfully, but these errors were encountered: