dynamic component form issue solved.
This commit is contained in:
parent
520d0e6290
commit
efd9bbea6e
|
|
@ -284,7 +284,7 @@ export default {
|
|||
},
|
||||
|
||||
created: function() {
|
||||
this.form = new Form('form-create');
|
||||
this.form = new Form('form-dynamic-component');
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue