forked from github/dataease
fix: typos拼写错误
This commit is contained in:
parent
3c78321c28
commit
439a1d830c
@ -10,7 +10,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="geo-search">
|
<div class="geo-search">
|
||||||
<el-input class="m16 w100" v-model="keyworkd" clearable :placeholder="t('commons.search')">
|
<el-input class="m16 w100" v-model="keyword" clearable :placeholder="t('commons.search')">
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Icon name="icon_search-outline_outlined"></Icon>
|
<Icon name="icon_search-outline_outlined"></Icon>
|
||||||
@ -30,7 +30,7 @@
|
|||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { useI18n } from '@/hooks/web/useI18n'
|
import { useI18n } from '@/hooks/web/useI18n'
|
||||||
const { t } = useI18n()
|
const { t } = useI18n()
|
||||||
const keyworkd = ref('')
|
const keyword = ref('')
|
||||||
|
|
||||||
interface Tree {
|
interface Tree {
|
||||||
label: string
|
label: string
|
||||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
|||||||
Subproject commit c8412a7a9c59d95b844cf420fa548f85284bf7f7
|
Subproject commit 1ca8187376d058b65d163dbad52ff6159ca024f3
|
Loading…
Reference in New Issue
Block a user