mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: typos拼写错误
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
</span>
|
||||
</div>
|
||||
<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>
|
||||
<el-icon>
|
||||
<Icon name="icon_search-outline_outlined"></Icon>
|
||||
@@ -30,7 +30,7 @@
|
||||
import { ref } from 'vue'
|
||||
import { useI18n } from '@/hooks/web/useI18n'
|
||||
const { t } = useI18n()
|
||||
const keyworkd = ref('')
|
||||
const keyword = ref('')
|
||||
|
||||
interface Tree {
|
||||
label: string
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: c8412a7a9c...1ca8187376
Reference in New Issue
Block a user