Skip to content

Commit

Permalink
Show dynamic component also in portal
Browse files Browse the repository at this point in the history
  • Loading branch information
burakcakirel committed Jun 4, 2020
1 parent ef8cd32 commit e9f7b1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/partials/portal/content.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')

0 comments on commit e9f7b1a

Please sign in to comment.