diff options
Diffstat (limited to 'src/stores')
| -rw-r--r-- | src/stores/news.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stores/news.ts b/src/stores/news.ts new file mode 100644 index 0000000..31866ba --- /dev/null +++ b/src/stores/news.ts @@ -0,0 +1,5 @@ +import { ref, computed } from 'vue' +import { defineStore } from 'pinia' + +export const useNewsStore = defineStore('news', () => { +}) |
