How to add custom HTML inside <div id="app"></div>
?
#1476
Unanswered
sarukomine
asked this question in
Help
Replies: 1 comment
-
You can define your blade directive yourself, and use it instead of @see web\vendor\inertiajs\inertia-laravel\src\Directive.php |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to add the HTML element inside
<div id="app"></div>
, e.g. loading element like this:So it will start showing loading until the Vue app is ready. Any way to do that?
Beta Was this translation helpful? Give feedback.
All reactions