File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-book" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Tree view for your demo components" ,
5
5
"main" : " index.js" ,
6
6
"private" : false ,
Original file line number Diff line number Diff line change @@ -152,9 +152,7 @@ export default {
152
152
153
153
return demoFilesCollection
154
154
},
155
-
156
155
filteredFiles (): DemoFile [] {
157
- console .log (' ConfigSearchText' , this .config .searchText )
158
156
if (! this .config .searchText ) {
159
157
return this .files
160
158
}
@@ -213,12 +211,9 @@ export default {
213
211
return
214
212
}
215
213
216
- console .log (' this.filteredFiles.includes(fileUnderCursor)' , this .filteredFiles .includes (fileUnderCursor ))
217
-
218
214
if (! this .filteredFiles .includes (fileUnderCursor )) {
219
215
return
220
216
}
221
- console .log (' fileUnderCursor' , fileUnderCursor )
222
217
this .$router .push (fileUnderCursor .path )
223
218
},
224
219
},
You can’t perform that action at this time.
0 commit comments