From 2b50782d6d8b7961cce0ff9cc4347b061f34d8a4 Mon Sep 17 00:00:00 2001 From: eidng8 Date: Thu, 30 Apr 2020 10:17:52 +0800 Subject: [PATCH 01/10] fix #48 --- README.md | 10 +-- src/App.vue | 2 +- src/components/G8TreeView.vue | 14 ++-- src/components/tree-view.scss | 44 +++++----- tests/e2e/custom-assertions/checkerChecked.js | 2 +- .../custom-assertions/checkerIntermediate.js | 2 +- tests/e2e/custom-commands/open.js | 2 +- tests/e2e/helpers.js | 9 +- tests/e2e/specs/test.js | 2 +- tests/unit/G8TreeView-basics.spec.ts | 16 ++-- tests/unit/G8TreeView-events.spec.ts | 20 ++--- tests/unit/G8TreeView-interactions.spec.ts | 82 ++++++++----------- 12 files changed, 93 insertions(+), 112 deletions(-) diff --git a/README.md b/README.md index e641d04..a86f94b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There is an [issue](https://github.com/eidng8/vue-tree/issues/24) for this. Chec #### Default slot ```vue - + ``` @@ -44,7 +44,7 @@ This is the entry's main content slot. Defaults to `{{ item[itemLabel] }}`. The ```vue