🐛(component): 修复 input 组件 v-model 值不能为 0

This commit is contained in:
就眠儀式
2022-07-08 14:57:12 +08:00
parent 6d4ef836ef
commit 7e20eb9dac
4 changed files with 33 additions and 37 deletions

View File

@@ -421,4 +421,4 @@ export function getNotifyAnimationClass(offset: any) {
suffix = "rl";
}
return `${prefix}-${suffix}`;
}
}