Dynamic component id issue solved

This commit is contained in:
Cüneyt Şentürk
2020-08-22 16:07:36 +03:00
parent 95f5c8cd73
commit 7ef096dab9
7 changed files with 14 additions and 9 deletions

View File

@ -7,7 +7,8 @@
@stack('content_content_end')
<notifications></notifications>
<form id="form-create" method="POST" action="#"/>
<form id="form-dynamic-component" method="POST" action="#"></form>
<component v-bind:is="component"></component>
</div>
@stack('content_end')