dynamic component form issue solved.

This commit is contained in:
Cüneyt Şentürk 2020-09-28 14:45:10 +03:00
parent 520d0e6290
commit 2d437d40f2

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() {