File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed
Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 77coverage /
88example /
99rollup.config.js
10+ build.docs.config.js
1011build.lib.config.js
1112vue.config.js
1213babel.config.js
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ A highly customizable tree component for vue 3.
3535
3636 npm
3737 ```
38- npm install vue-tree --save
38+ npm install @tinywisp/ vue-tree --save
3939 ```
4040
4141 引入
@@ -47,12 +47,12 @@ A highly customizable tree component for vue 3.
4747 ``` javascript
4848< template>
4949 < div id= " app" >
50- < VueTree : tree= " tree" ref= " tree" class = " tree" / >
50+ < vue - tree : tree= " tree" ref= " tree" class = " tree" / >
5151 < / div>
5252< / template>
5353
5454< script>
55- import VueTree from ' vue-tree'
55+ import VueTree from ' @tinywisp/ vue-tree'
5656
5757export default {
5858 name: ' App' ,
@@ -137,7 +137,7 @@ export default {
137137
138138 npm
139139 ```
140- npm install vue-tree --save
140+ npm install @tinywisp/ vue-tree --save
141141 ```
142142
143143 import the library
@@ -149,12 +149,12 @@ export default {
149149 ``` javascript
150150< template>
151151 < div id= " app" >
152- < VueTree : tree= " tree" ref= " tree" class = " tree" / >
152+ < vue - tree : tree= " tree" ref= " tree" class = " tree" / >
153153 < / div>
154154< / template>
155155
156156< script>
157- import VueTree from ' vue-tree'
157+ import VueTree from ' @tinywisp/ vue-tree'
158158
159159export default {
160160 name: ' App' ,
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < link rel ="icon " href ="/favicon.ico " />
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > vue tree</ title >
8+ </ head >
9+ < body >
10+ < div id ="app "> </ div >
11+ </ body >
12+ </ html >
You can’t perform that action at this time.
0 commit comments