fix
This commit is contained in:
@@ -91,7 +91,7 @@ const menuOptions = computed<DropdownOption[]>(() => {
|
|||||||
if (codeStore.code.language !== "Flowchart") {
|
if (codeStore.code.language !== "Flowchart") {
|
||||||
if (codeStore.code.language !== "SQL") {
|
if (codeStore.code.language !== "SQL") {
|
||||||
options.push({
|
options.push({
|
||||||
label: "自测猫",
|
label: "去自测猫",
|
||||||
key: "testcat",
|
key: "testcat",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@@ -247,7 +247,7 @@ onMounted(() => {
|
|||||||
:options="menuOptions"
|
:options="menuOptions"
|
||||||
@select="handleMenuSelect"
|
@select="handleMenuSelect"
|
||||||
>
|
>
|
||||||
<n-button :size="buttonSize">更多</n-button>
|
<n-button :size="buttonSize">更多操作</n-button>
|
||||||
</n-dropdown>
|
</n-dropdown>
|
||||||
|
|
||||||
<template v-if="showSyncFeature">
|
<template v-if="showSyncFeature">
|
||||||
|
|||||||
Reference in New Issue
Block a user