📝(component): 补充 confirm 对话框案例说明
This commit is contained in:
@@ -124,7 +124,7 @@ const footOnClear = () => {
|
||||
Day.value = -1;
|
||||
};
|
||||
|
||||
const ChildUpdateModelValue=()=>{
|
||||
const ChildUpdateModelValue = () => {
|
||||
emits("update:modelValue", Day.value);
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user