fix: 修复执行: check:cspell 命令路径参数传入没有转义导致检测路径失效。添加菜单右键功能。优化:多余监听 activePath 变化,自动滚动到激活项 watch

This commit is contained in:
lmx
2026-03-04 18:25:15 +08:00
parent 2a86404ba5
commit 173e6b08c9
9 changed files with 77 additions and 44 deletions

View File

@@ -41,6 +41,7 @@ const hasChildren = computed(() => {
:badge-variants="menu.badgeVariants"
:icon="menu.icon"
:path="menu.path"
:query="menu.query"
>
<template #title>
<span>{{ menu.name }}</span>