perf: remove incorrect help text from menu form

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

View File

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

View File

@ -10,7 +10,7 @@ import {
VEntityField, VEntityField,
} from "@halo-dev/components"; } from "@halo-dev/components";
import MenuEditingModal from "./MenuEditingModal.vue"; 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 type { Menu } from "@halo-dev/api-client";
import { apiClient } from "@/utils/api-client"; import { apiClient } from "@/utils/api-client";
import { useRouteQuery } from "@vueuse/router"; import { useRouteQuery } from "@vueuse/router";