commit
This commit is contained in:
@@ -12,6 +12,12 @@ if (typeof Vue !== 'undefined') {
|
|||||||
|
|
||||||
formRefs.forEach(refName => {
|
formRefs.forEach(refName => {
|
||||||
const form = this.$refs[refName];
|
const form = this.$refs[refName];
|
||||||
|
|
||||||
|
const attrs = form.$attrs;
|
||||||
|
if (attrs && attrs['no-auto-enhance'] !== undefined) {
|
||||||
|
return; // 有 no-auto-enhance 属性,跳过增强
|
||||||
|
}
|
||||||
|
|
||||||
if (!form || form._validatedEnhanced) return;
|
if (!form || form._validatedEnhanced) return;
|
||||||
|
|
||||||
const originalValidate = form.validate;
|
const originalValidate = form.validate;
|
||||||
|
|||||||
Reference in New Issue
Block a user