Merge pull request #5 from c-villain/fix-blocked-page-2

fix blocked page
This commit is contained in:
Alexander Kraev 2025-07-22 12:54:31 +03:00 committed by GitHub
commit 658795b1e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@
{{ template "page/body_scripts" .}} {{ template "page/body_scripts" .}}
{{ template "component/aSidebar" .}} {{ template "component/aSidebar" .}}
{{ template "component/aThemeSwitch" .}} {{ template "component/aThemeSwitch" .}}
{{ template "component/aTableSortable" .}}
<script> <script>
const app = new Vue({ const app = new Vue({
delimiters: ['[[', ']]'], delimiters: ['[[', ']]'],