mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-09 12:51:00 +00:00
menu追加选中状态
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { ref } from 'vue'
|
||||
// 全局存储选中的分类和标签
|
||||
export const selectedCategoryGlobal = ref('')
|
||||
export const selectedTagsGlobal = ref([])
|
||||
Reference in New Issue
Block a user