Show dynamic component also in portal

This commit is contained in:
Burak Çakırel 2020-06-04 16:34:34 +03:00
parent ef8cd3293d
commit e9f7b1ad8d
No known key found for this signature in database
GPG Key ID: 48FFBB7771B99C7C

View File

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