Added libs
This commit is contained in:
16
p2post/vue/stores/p2postStore.js
Normal file
16
p2post/vue/stores/p2postStore.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useP2postStore = defineStore('p2postStore', {
|
||||
state: () => ({
|
||||
users: [],
|
||||
networks: [],
|
||||
}),
|
||||
|
||||
getters: {
|
||||
|
||||
},
|
||||
|
||||
actions: {
|
||||
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user