补i18n依赖

This commit is contained in:
John Smith 2019-07-08 16:45:14 +08:00
parent 2914a19288
commit 7086acb001
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,6 @@
### Docker
1. ```sh
docker run -d -p 80:80 xfgryujk/blivechat
docker run -d -p 80:80 xfgryujk/blivechat:latest
```
2. 以下略

View File

@ -14,6 +14,7 @@
"element-ui": "^2.9.1",
"lodash": "^4.17.11",
"vue": "^2.6.10",
"vue-i18n": "^8.11.2",
"vue-router": "^3.0.6"
},
"devDependencies": {