diff options
| author | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-14 04:38:49 +0300 |
|---|---|---|
| committer | Hamidreza Ghavami <70919649+hamid-gh98@users.noreply.github.com> | 2023-05-14 04:38:49 +0300 |
| commit | 61288db11eda6e3707541648795e6e856bc79cd0 (patch) | |
| tree | a78713b3607538e59003b0e3f5f7b35b51e75c7f | |
| parent | 317f7fe9da894dc0eb37085e9ffb55fbe07613a4 (diff) | |
FIX siderDrawer button function
| -rw-r--r-- | web/html/xui/inbounds.html | 1 | ||||
| -rw-r--r-- | web/html/xui/index.html | 1 | ||||
| -rw-r--r-- | web/html/xui/settings.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index b073978a..b689a586 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -317,6 +317,7 @@ delimiters: ['[[', ']]'], el: '#app', data: { + siderDrawer, themeSwitcher, spinning: false, inbounds: [], diff --git a/web/html/xui/index.html b/web/html/xui/index.html index fb12bb1f..667cd4cb 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -388,6 +388,7 @@ delimiters: ['[[', ']]'], el: '#app', data: { + siderDrawer, themeSwitcher, status: new Status(), versionModal, diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index c6d5f303..05548509 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -241,6 +241,7 @@ delimiters: ['[[', ']]'], el: '#app', data: { + siderDrawer, themeSwitcher, spinning: false, oldAllSetting: new AllSetting(), |
