menu追加选中状态

This commit is contained in:
wang.shun
2025-09-18 15:03:50 +08:00
parent 72b2b82e02
commit 17e4862eaf
3 changed files with 43 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
import { ref } from 'vue'
// 全局存储选中的分类和标签
export const selectedCategoryGlobal = ref('')
export const selectedTagsGlobal = ref([])