浏览代码

FIX siderDrawer button function

Hamidreza Ghavami 1 年之前
父节点
当前提交
61288db11e
共有 3 个文件被更改,包括 3 次插入0 次删除
  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(),