Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/setting.html')
-rw-r--r--web/html/xui/setting.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/web/html/xui/setting.html b/web/html/xui/setting.html
index fcff77ce..0218aea8 100644
--- a/web/html/xui/setting.html
+++ b/web/html/xui/setting.html
@@ -51,9 +51,8 @@
<a-col :lg="24" :xl="12">
<a-list-item-meta title="Language"/>
</a-col>
-
<a-col :lg="24" :xl="12">
- <temlate>
+ <template>
<a-select
ref="selectLang"
v-model="lang"
@@ -66,10 +65,9 @@
&nbsp;&nbsp;<span v-text="l.name"></span>
</a-select-option>
</a-select>
- </temlate>
+ </template>
</a-col>
</a-row>
-
</a-list-item>
</a-list>
</a-tab-pane>