mirror of
https://github.com/Kugelschieber/migo.git
synced 2026-01-18 14:50:29 +00:00
Basic Vue setup.
This commit is contained in:
5
cmd/admin/src/stores/counter.ts
Normal file
5
cmd/admin/src/stores/counter.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import {defineStore} from "pinia";
|
||||
|
||||
export const useCounterStore = defineStore("counter", () => {
|
||||
return {}
|
||||
})
|
||||
Reference in New Issue
Block a user