๐Ÿ“ฆ vuetifyjs / crypto-theme

๐Ÿ“„ app.ts ยท 9 lines
1
2
3
4
5
6
7
8
9// Utilities
import { defineStore } from 'pinia'

export const useAppStore = defineStore('app', {
  state: () => ({
    //
  }),
})