Skip to content

Commit 1c4e0e5

Browse files
committed
更新文档及版本
1 parent 95bc058 commit 1c4e0e5

File tree

7 files changed

+8
-5065
lines changed

7 files changed

+8
-5065
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ Vue.use (VSelectTree)
9595

9696
### How to use
9797

98-
Step1: install plugins
98+
Step1: install plugins (Vue Cli3 not necessary, Demo based on VueCli3)
9999
```
100100
npm install babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx babel-helper-vue-jsx-merge-props babel-preset-env --save-dev
101101
102102
npm install vue-tree-halower --save
103103
```
104-
Step2: In your .babelrc
104+
Step2: In your .babelrc (Vue Cli3 not necessary,Demo based on VueCli3)
105105
```
106106
{
107107
"presets": ["env"],

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,14 @@ Vue.use (VSelectTree)
9595

9696
### 如何使用
9797

98-
Step1: install plugins
98+
Step1: install plugins (Vue Cli3 不需要,请查看demo)
9999
```
100100
npm install babel-plugin-syntax-jsx babel-plugin-transform-vue-jsx babel-helper-vue-jsx-merge-props babel-preset-env --save-dev
101101
102102
npm install vue-tree-halower --save
103103
```
104104
```
105-
Step2: In your .babelrc
105+
Step2: In your .babelrc (Vue Cli3 不需要,请查看demo)
106106
```
107107
{
108108
"presets": ["env"],

dist/halower-tree.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/v2-tree.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/v2-tree.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-tree-halower",
33
"description": "This tree and treeSelect component is based on the Vue.js 2.0",
4-
"version": "1.7.8",
4+
"version": "1.8.1",
55
"author": "halower (youzisoft@qq.com)",
66
"license": "MIT",
77
"private": false,

0 commit comments

Comments
 (0)