diff --git a/docs/zh/guide/question.md b/docs/zh/guide/question.md index 70fda771..cd689bf8 100644 --- a/docs/zh/guide/question.md +++ b/docs/zh/guide/question.md @@ -168,4 +168,13 @@ Mock.setup({ }) ``` -* 删除 `src/pages/demo/chart` 目录 \ No newline at end of file +* 删除 `src/pages/demo/chart` 目录 + +4. 删除依赖 + +打开终端 cd 到项目文件夹,执行 + +``` +npm remove @antv/data-set -S +npm remove @antv/g2 -S +``` \ No newline at end of file diff --git a/package.json b/package.json index 2bc29f84..ab092d61 100755 --- a/package.json +++ b/package.json @@ -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",