Skip to content

Commit 3d07b83

Browse files
save file
1 parent fe78d79 commit 3d07b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h3>
266266
$('web-editor').style.display = 'none';
267267
$('snippet-html-console').style.display = '';
268268

269-
var url = base+component+'/test/'+file;
269+
var url = base+component+'/examples/'+file;
270270
var {txt} = await get(url);
271271
if(!txt)return;
272272
console.log(1);

0 commit comments

Comments
 (0)