mirror of https://github.com/halo-dev/halo
perf: remove incorrect help text from menu form
Signed-off-by: Ryan Wang <i@ryanc.cc>pull/3445/head
parent
e8806cf8eb
commit
2a12feccf1
|
@ -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"
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue