From 522d0712fd283c68efc4a309380975e019cdb5c0 Mon Sep 17 00:00:00 2001 From: CharlieDigital Date: Sat, 15 Jan 2022 13:41:04 -0500 Subject: [PATCH] Added Pinia store --- web/src/components/HelloWorld.vue | 6 +++--- web/src/stores/appState.ts | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 web/src/stores/appState.ts diff --git a/web/src/components/HelloWorld.vue b/web/src/components/HelloWorld.vue index ab711a0..523ebcf 100644 --- a/web/src/components/HelloWorld.vue +++ b/web/src/components/HelloWorld.vue @@ -1,9 +1,9 @@