Procházet zdrojové kódy

FIX siderDrawer button function

Hamidreza Ghavami před 1 rokem
rodič
revize
61288db11e

+ 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(),