From 856276e37496b93833c5826834da5a00fe11ab87 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 29 Dec 2019 00:58:47 +0100 Subject: [PATCH] :sparkles: (local storage) add key to local storage --- src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store.ts b/src/store.ts index 6f461bf..c217f2f 100644 --- a/src/store.ts +++ b/src/store.ts @@ -143,6 +143,7 @@ export default new Vuex.Store({ }, plugins: [ new VuexPersistence({ + key: 'vaquant', storage: window.localStorage }).plugin ]