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