From 3965c6cdde4fd1ce9d9799159a7e1fb2ca49ccde Mon Sep 17 00:00:00 2001 From: eidng8 Date: Wed, 6 May 2020 16:17:58 +0800 Subject: [PATCH] fix #61 --- README.md | 4 +- package-lock.json | 186 +++++++++++++++++----------------- src/App.vue | 2 +- src/components/tree-view.scss | 2 +- 4 files changed, 97 insertions(+), 97 deletions(-) diff --git a/README.md b/README.md index 8d968d1..313e529 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,10 @@ This component defines only two events, for expanding/collapsing nodes, and chec #### Colors -The bundled style sheet can be imported from `'g8-vue-tree/dist/g8-vue-tree.css'`. This component provides a dark theme out of box. To use it, just add the `g8-tree--dark` class to the element. +The bundled style sheet can be imported from `'g8-vue-tree/dist/g8-vue-tree.css'`. This component provides a dark theme out of box. To use it, just add the `g8--dark` class to the element. ```html -