mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
fix(vue): components now integrate properly with vee-validate (#23114)
resolves #22886
This commit is contained in:
@ -96,6 +96,8 @@ export const defineContainer = <Props>(name: string, componentProps: string[] =
|
||||
}
|
||||
|
||||
return () => {
|
||||
modelPropValue = (props as any)[modelProp];
|
||||
|
||||
getComponentClasses(attrs.class).forEach(value => {
|
||||
classes.add(value);
|
||||
});
|
||||
|
Reference in New Issue
Block a user