删掉了无用的代码和注释

This commit is contained in:
abu 2024-04-08 12:40:09 +08:00
parent 3acf9c9f55
commit 7a8e1ca7e0
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ const teacher = reactive({
checked: ''
})
const onSubmit = (values: object) => {
// valueschecked
// values = {...values ,...{checked:checked.value}}
// values.checked = checked.value;
console.log('submit', values);