mirror of https://github.com/halo-dev/halo-admin
perf: remove incorrect help text from menu form
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/641/head
parent
ca141d7da6
commit
4c394fe752
|
@ -119,7 +119,6 @@ watch(
|
|||
<FormKit
|
||||
id="menuDisplayNameInput"
|
||||
v-model="formState.spec.displayName"
|
||||
help="可根据此名称查询菜单项"
|
||||
label="菜单名称"
|
||||
type="text"
|
||||
name="displayName"
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue