feat: add see menu btn

This commit is contained in:
YunYouJun
2022-04-17 01:42:52 +08:00
parent 439f9a080d
commit 7163fd350b
10 changed files with 136 additions and 82 deletions

View File

@@ -1,6 +1,8 @@
import { acceptHMRUpdate, defineStore } from 'pinia'
export const useRecipeStore = defineStore('recipe', () => {
const strict = ref(true)
const curStuff = ref(new Set<string>())
const curTools = ref(new Set<string>())
@@ -34,6 +36,7 @@ export const useRecipeStore = defineStore('recipe', () => {
}
return {
strict,
selectedTools,
selectedStuff,
toggleStuff,