aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-03-15 07:25:05 +0000
committerPitu <[email protected]>2019-03-15 07:25:05 +0000
commitdfaeb1051faf54687e8c4a2bdacabbc65558084f (patch)
treec65031a818246dc15ca265e946aa112eb6d650a5 /src/site
parentAdded missing dependency (diff)
downloadhost.fuwn.me-dfaeb1051faf54687e8c4a2bdacabbc65558084f.tar.xz
host.fuwn.me-dfaeb1051faf54687e8c4a2bdacabbc65558084f.zip
yeah
Diffstat (limited to 'src/site')
-rw-r--r--src/site/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/store/index.js b/src/site/store/index.js
index 57a036e..63f3feb 100644
--- a/src/site/store/index.js
+++ b/src/site/store/index.js
@@ -1,7 +1,7 @@
import Vue from 'vue';
import axios from 'axios';
-const cookieparser = process.server ? require('cookieparser') : null;
+const cookieparser = process.server ? require('cookie-parser') : null;
export const state = () => ({
loggedIn: false,