mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-28 08:10:51 +02:00
Removed v-cloak from main content block
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<title>{{ title }} • {{ config('site_title') }}</title>
|
||||
|
||||
<div id="app" v-bind:class="{ dark: darkMode }">
|
||||
<div class="flex flex-col min-h-screen font-sans dark:bg-gray-800" v-cloak>
|
||||
<div class="flex flex-col min-h-screen font-sans dark:bg-gray-800">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user