feat(Form): add submit、failed event

This commit is contained in:
陈嘉涵
2020-02-07 15:51:58 +08:00
parent 9d8cf7f8d3
commit 70ed34aa24
3 changed files with 26 additions and 6 deletions
+3 -1
View File
@@ -42,7 +42,9 @@ export default {
},
methods: {
onSubmit() {},
onSubmit(values) {
console.log(values);
},
},
};
</script>