This commit is contained in:
ln1778 2024-09-12 16:01:46 +08:00
parent 9675750d73
commit 0684ac1f09
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "ag-element-ui",
"version": "0.1.8",
"version": "0.1.9",
"main": "packages/index.js",
"scripts": {
"dev": "vue-cli-service serve",

View File

@ -119,9 +119,8 @@ export default{
}
},
methods:{
onSubmit(){
console.log(this.formValue,'submit')
this.$emit('submit',this.formValue)
onSubmit(){
this.$emit('onSubmit',this.formValue)
}
},
}