📝(component): 补充 confirm 对话框案例说明

This commit is contained in:
就眠儀式
2022-10-10 09:51:23 +08:00
parent bd310d005f
commit 4e45b05a55
3 changed files with 6 additions and 7 deletions

View File

@@ -124,7 +124,7 @@ const footOnClear = () => {
Day.value = -1;
};
const ChildUpdateModelValue=()=>{
const ChildUpdateModelValue = () => {
emits("update:modelValue", Day.value);
}
};
</script>