dynamic component form issue solved.

This commit is contained in:
Cüneyt Şentürk 2020-09-25 17:35:48 +03:00
parent 520d0e6290
commit efd9bbea6e

View File

@ -284,7 +284,7 @@ export default {
}, },
created: function() { created: function() {
this.form = new Form('form-create'); this.form = new Form('form-dynamic-component');
}, },
mounted() { mounted() {