perf: remove incorrect help text from menu form

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/641/head
Ryan Wang 2022-10-11 14:26:37 +08:00
parent ca141d7da6
commit 4c394fe752
2 changed files with 1 additions and 2 deletions

View File

@ -119,7 +119,6 @@ watch(
<FormKit
id="menuDisplayNameInput"
v-model="formState.spec.displayName"
help="可根据此名称查询菜单项"
label="菜单名称"
type="text"
name="displayName"

View File

@ -10,7 +10,7 @@ import {
VEntityField,
} from "@halo-dev/components";
import MenuEditingModal from "./MenuEditingModal.vue";
import { defineExpose, onMounted, ref } from "vue";
import { onMounted, ref } from "vue";
import type { Menu } from "@halo-dev/api-client";
import { apiClient } from "@/utils/api-client";
import { useRouteQuery } from "@vueuse/router";