mirror of
https://github.com/Floriansylvain/templates_vuejs.git
synced 2026-08-19 11:43:21 +02:00
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
import { defineStore } from "pinia"
|
|
|
|
export const useStore = defineStore("store", () => {})
|