Add Reunions and Notifications views
This commit is contained in:
parent
4e32368227
commit
3df97ca489
10 changed files with 163 additions and 7 deletions
|
|
@ -7,12 +7,16 @@ import { useApiStore } from "./stores/api";
|
|||
import { useUserStore } from "./stores/user";
|
||||
import { ref } from "vue";
|
||||
import home from "./views/Home.vue";
|
||||
import notifications from "./views/Notifications.vue";
|
||||
import reunions from "./views/Reunions.vue";
|
||||
import inspirations from "./views/Inspirations.vue";
|
||||
import { storeToRefs } from "pinia";
|
||||
|
||||
const components = {
|
||||
home,
|
||||
inspirations,
|
||||
notifications,
|
||||
reunions,
|
||||
inspirations
|
||||
};
|
||||
|
||||
const { user } = storeToRefs(useUserStore());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue