Commit 480a5d33d165acfe64079b89a9ce4b72faac8d38

Authored by liuqimichale
1 parent 53285eb5

install js-cookie

.idea/vcs.xml 0 → 100644
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="VcsDirectoryMappings">
  4 + <mapping directory="$PROJECT_DIR$" vcs="Git" />
  5 + </component>
  6 +</project>
0 7 \ No newline at end of file
... ...
webintroduce/package.json
... ... @@ -10,6 +10,7 @@
10 10 "build": "node build/build.js"
11 11 },
12 12 "dependencies": {
  13 + "js-cookie": "^2.2.0",
13 14 "vue": "^2.5.2",
14 15 "vue-router": "^3.0.1"
15 16 },
... ...