no message

Former-commit-id: 4a611cadf2120576002fed0bf5f3b6a92ea8757f [formerly 4a611cadf2120576002fed0bf5f3b6a92ea8757f [formerly 4a611cadf2120576002fed0bf5f3b6a92ea8757f [formerly 4a611cadf2120576002fed0bf5f3b6a92ea8757f [formerly 2d302cfcb7f1c64b35e54685342304eea2fcfb54 [formerly 966286f50829bf628434c588cc1cdb1959e233ea]]]]]
Former-commit-id: 8775e1cadeb627dfec0d836afdbbfdfce1926bbc
Former-commit-id: 9977d7b25fbb5267d32c1ec71bdf622087848ca1
Former-commit-id: 4671ee734606f4c5c50cde526aee464e0d550af0 [formerly 866251284894b7626752d3f6411b617c2893f5b1]
Former-commit-id: ee71fd975b86338d00da728c16c40229637e26a1
Former-commit-id: 4ee727873ea772e21f36661677363fd1e8d147a5
Former-commit-id: 33806cc4bf90ea47e04aeed27db209d2d1f166fa
Former-commit-id: 5d49653c89537e93ee4b273823451062b5ee13f9
Former-commit-id: 5647fe2cf34206f07d30c48356723c23ad20c532
This commit is contained in:
liyang 2018-06-26 22:57:48 +08:00
parent da02db4b29
commit b75459200a
2 changed files with 10 additions and 3 deletions

View File

@ -168,4 +168,13 @@ Mock.setup({
})
```
* 删除 `src/pages/demo/chart` 目录
* 删除 `src/pages/demo/chart` 目录
4. 删除依赖
打开终端 cd 到项目文件夹,执行
```
npm remove @antv/data-set -S
npm remove @antv/g2 -S
```

View File

@ -13,8 +13,6 @@
"doc:build": "vuepress build docs"
},
"dependencies": {
"@antv/data-set": "^0.8.5",
"@antv/g2": "^3.0.4",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"better-scroll": "^1.12.1",