redesign user data api
This commit is contained in:
parent
f132049948
commit
44361e614d
17 changed files with 80 additions and 52 deletions
|
|
@ -13,7 +13,4 @@ import Menu from "./components/Menu.vue";
|
|||
import { usePageStore } from "./stores/page";
|
||||
|
||||
const { page } = storeToRefs(usePageStore());
|
||||
|
||||
const { user } = storeToRefs(useUserStore());
|
||||
user.value = kirbyData.user;
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue