ci: add release action

This commit is contained in:
YunYouJun
2023-07-30 18:31:50 +08:00
parent 28dedc622a
commit 7e6ea7d94b
2 changed files with 39 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import { storeToRefs } from 'pinia'
const rStore = useRecipeStore()
const { displayedRecipe, selectedStuff, curTool } = storeToRefs(rStore)
const { selectedStuff, curTool } = storeToRefs(rStore)
const showSearchInput = ref(false)