create projects store
This commit is contained in:
parent
18ac3b9173
commit
893d173c59
6 changed files with 360 additions and 106 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useApiStore = defineStore("counter", () => {
|
||||
export const useApiStore = defineStore("api", () => {
|
||||
/**
|
||||
* Asynchronously fetches JSON data corresponding to a given path.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue