From 88fbd310c4c19835b7c6a17f92cac5d32d63dd20 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Tue, 19 Sep 2023 15:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E2=80=9C=E8=8F=88=E2=80=9D?= =?UTF-8?q?=E3=80=81=E2=80=9C=E9=B8=AE=E2=80=9D=E6=8B=BC=E9=9F=B3=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/PlanEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/PlanEditor.vue b/ui/src/components/PlanEditor.vue index b08077c8d..d50fd1767 100644 --- a/ui/src/components/PlanEditor.vue +++ b/ui/src/components/PlanEditor.vue @@ -4,7 +4,7 @@ import { useConfigStore } from '@/stores/config' import { useMowerStore } from '@/stores/mower' import { usePlanStore } from '@/stores/plan' import { ref, computed, nextTick, watch } from 'vue' -import pinyinMatch from 'pinyin-match' +import pinyinMatch from 'pinyin-match/es/traditional' import { NAvatar, NTag, NText } from 'naive-ui' const config_store = useConfigStore() const mower_store = useMowerStore()