Browse Source

FIX siderDrawer button function

Hamidreza Ghavami 1 year ago
parent
commit
61288db11e
3 changed files with 3 additions and 0 deletions
  1. 1 0
      web/html/xui/inbounds.html
  2. 1 0
      web/html/xui/index.html
  3. 1 0
      web/html/xui/settings.html

+ 1 - 0
web/html/xui/inbounds.html

@@ -317,6 +317,7 @@
         delimiters: ['[[', ']]'],
         el: '#app',
         data: {
+            siderDrawer,
             themeSwitcher,
             spinning: false,
             inbounds: [],

+ 1 - 0
web/html/xui/index.html

@@ -388,6 +388,7 @@
         delimiters: ['[[', ']]'],
         el: '#app',
         data: {
+            siderDrawer,
             themeSwitcher,
             status: new Status(),
             versionModal,

+ 1 - 0
web/html/xui/settings.html

@@ -241,6 +241,7 @@
         delimiters: ['[[', ']]'],
         el: '#app',
         data: {
+            siderDrawer,
             themeSwitcher,
             spinning: false,
             oldAllSetting: new AllSetting(),