diff options
Diffstat (limited to 'web/html')
| -rw-r--r-- | web/html/xui/setting.html | 6 |
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 @@ <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> |
