Merge pull request #1465 from burakcakirel/show-dynamic-content-in-portal

Show dynamic component also in portal
This commit is contained in:
Cüneyt Şentürk 2020-06-04 22:36:06 +03:00 committed by GitHub
commit 721d2bc935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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