rdzhaox

Results 3 comments of rdzhaox

FormItem.vue ` const props = defineProps({ prop: { type: String, default: null, } }) const message = ref() const status = ref() const errorFields: any = inject('errorFields') watch(errorFields, (val: any)...

confirm: function(){ if(options.range){ if(!that.endDate) return that.hint('请先选择日期范围'); if(lay(btn).hasClass(DISABLED)) return that.hint( options.type === 'time' ? TIPS_OUT.replace(/日期/g, '时间') : TIPS_OUT ); } else { if(lay(btn).hasClass(DISABLED)) return that.hint('不在有效日期或时间范围内'); } that.done(); that.setValue(that.parse()).remove() } }; 这里,在done中无法重新赋值,建议把that.done();...

"Vue Language Features (Volar)" is a ghost, disable "Vue Language Features (Volar)", Intellisense can work normally