Skip to content

Commit 27e75a1

Browse files
save file
1 parent 5a9718d commit 27e75a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

html-components/list/dir-tree/dir-tree.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ <h3>
194194
'latest' : null,
195195
},
196196
'examples' : {
197-
'dir-tree-simple.html':null,
197+
'dir-tree-min.html' : null,
198+
'dir-tree-simple.html' : null,
198199
},
199200
};
200201

@@ -216,7 +217,7 @@ <h3>
216217
dirtree.display(files,{callback});
217218

218219

219-
await show.examples('dir-tree-simple.html');
220+
await show.examples('dir-tree-min.html');
220221
$('#view').style.display = '';
221222

222223

0 commit comments

Comments
 (0)