Fix closing tag in root div
This commit is contained in:
parent
904703a37e
commit
59fa83cd3e
|
@ -9,7 +9,7 @@
|
|||
</head>
|
||||
<body class="font-sans leading-none text-grey-darkest antialiased">
|
||||
|
||||
<div id="app" data-component="{{ $component }}" data-props="{{ json_encode($props) }}" />
|
||||
<div id="app" data-component="{{ $component }}" data-props="{{ json_encode($props) }}"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue