From c8150a252f5331b713374bcc2cfd3672a2e992e0 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 9 Jul 2021 22:18:10 +0200 Subject: [PATCH] bugfix: pinia instance not created internally and thus missing from app if not explicitly included --- src/App.vue | 3 +++ src/main.ts | 2 -- src/store/configure-store.ts | 21 +++++++-------------- 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/src/App.vue b/src/App.vue index 422aeea3..9392ce97 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,18 @@