From 20c076b369f313af4593ab8722d5b2b15b49f71f Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 28 Dec 2020 13:58:57 +0900 Subject: 細かい修正など MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/init.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client/init.ts') diff --git a/src/client/init.ts b/src/client/init.ts index 05fbec3a34..9f4641a34e 100644 --- a/src/client/init.ts +++ b/src/client/init.ts @@ -28,6 +28,7 @@ if (localStorage.getItem('vuex') != null) { } } + localStorage.setItem('vuex-old', JSON.stringify(vuex)); localStorage.removeItem('vuex'); localStorage.removeItem('i'); -- cgit v1.2.3-freya