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