From 957b87e2e8427e3f206da85757ba6b327572a576 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Sun, 12 Aug 2018 23:18:28 +0800 Subject: [PATCH] add lodash Former-commit-id: 7906aee3e7b214b4d70d73d60f9ac001155ebdf6 [formerly 7906aee3e7b214b4d70d73d60f9ac001155ebdf6 [formerly 7906aee3e7b214b4d70d73d60f9ac001155ebdf6 [formerly 7906aee3e7b214b4d70d73d60f9ac001155ebdf6 [formerly 73ea160b23495f950ee69827a5c13d36a3e97fbb [formerly 9ef81430726fa668b012ee37224e42c19bd10ead]]]]] Former-commit-id: 6ab56dac7d0f52becc925f670792f9670f33b558 Former-commit-id: b288cfb0c1c6878a42c886c3500692ff1c91f23a Former-commit-id: b3ceec55c70f26d49f4e258c3515d453f040b365 [formerly efb78f7126a3512f4522965ea7a114b300506693] Former-commit-id: 2c78d9a1540bc86e3cee333f2ae4053e349b141c Former-commit-id: fc17089e3aaf1d3297cd0756f309c6fd332e90c4 Former-commit-id: ba1a80dd8dccbc54a34b904f341ce22cb4de6f27 Former-commit-id: d26afea6acaee187772fe9308cb7e8c4e889ec40 Former-commit-id: b1037ca3fdb2886a5544b04d47eef55bacbb1199 --- .../cookbook/combinable-questionnaire.md.REMOVED.git-id | 2 +- docs/zh/guide/getting-started.md | 1 + docs/zh/plugins/vuex.md.REMOVED.git-id | 2 +- package.json | 7 +------ src/components/d2-error-log-list/index.vue | 2 +- .../header-aside/components/components/menu-item/index.vue | 6 +++--- .../header-aside/components/components/menu-sub/index.vue | 6 +++--- src/pages/demo/element/data-table/index.vue | 4 ++-- src/pages/demo/playground/db/public/index.vue | 3 +-- src/pages/demo/playground/db/user/index.vue | 3 +-- src/pages/demo/playground/store/menu/index.vue | 6 +++--- src/pages/demo/plugins/mock/dpd.vue | 4 ++-- src/pages/demo/plugins/mock/dtd.vue | 4 ++-- src/store/modules/d2admin/modules/log.js | 3 +-- 14 files changed, 23 insertions(+), 30 deletions(-) diff --git a/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id b/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id index 0b0e820e..c09f454c 100644 --- a/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id +++ b/docs/zh/article/cookbook/combinable-questionnaire.md.REMOVED.git-id @@ -1 +1 @@ -19d478d2f8f1eaf254a2f27de23d407916d28d0d \ No newline at end of file +7016ea14567961c24eb1fdee492e0c996099f752 \ No newline at end of file diff --git a/docs/zh/guide/getting-started.md b/docs/zh/guide/getting-started.md index 9e0a2e5c..a70e1dc9 100644 --- a/docs/zh/guide/getting-started.md +++ b/docs/zh/guide/getting-started.md @@ -297,6 +297,7 @@ export default [ | 名称 | 介绍 | | --- | --- | +| [lodash](https://lodash.com/docs/4.17.10) | 一致性、模块化、高性能的 JavaScript 实用工具库 | | [axios](https://github.com/axios/axios) | 最流行的网络请求库 | | [better-scroll](https://github.com/ustbhuangyi/better-scroll) | [d2-container](../components/container.md) 的自定义滚动条依赖 | | [dayjs](https://github.com/iamkun/dayjs) | 日期处理库 | diff --git a/docs/zh/plugins/vuex.md.REMOVED.git-id b/docs/zh/plugins/vuex.md.REMOVED.git-id index cdb5a417..ed6579ec 100644 --- a/docs/zh/plugins/vuex.md.REMOVED.git-id +++ b/docs/zh/plugins/vuex.md.REMOVED.git-id @@ -1 +1 @@ -913aab0c851084536806be4b44bae511e5810df4 \ No newline at end of file +e02eeffce394806665f1c5d1cf3f414cdd4f9f59 \ No newline at end of file diff --git a/package.json b/package.json index 7585ad87..a3f2c8ea 100644 --- a/package.json +++ b/package.json @@ -26,12 +26,7 @@ "github-markdown-css": "^2.10.0", "highlight.js": "^9.12.0", "js-cookie": "^2.2.0", - "lodash.clonedeep": "^4.5.0", - "lodash.get": "^4.4.2", - "lodash.set": "^4.3.2", - "lodash.sortby": "^4.7.0", - "lodash.tostring": "^4.1.4", - "lodash.uniqueid": "^4.0.1", + "lodash": "^4.17.10", "lowdb": "^1.0.0", "marked": "^0.3.9", "mockjs": "^1.0.1-beta3", diff --git a/src/components/d2-error-log-list/index.vue b/src/components/d2-error-log-list/index.vue index 737153f4..3b442332 100644 --- a/src/components/d2-error-log-list/index.vue +++ b/src/components/d2-error-log-list/index.vue @@ -128,7 +128,7 @@