fix typo 2

This commit is contained in:
MHSanaei
2023-04-14 17:22:49 +03:30
parent 3eff8022f2
commit 4fb060d25e
4 changed files with 9 additions and 11 deletions

View File

@@ -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>