Skip to content

Commit ee9b26b

Browse files
committed
Just checking
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent eaf6fe9 commit ee9b26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{ title: 'Item2', isLeaf: true, data: { target_name: 'M2' } },
4040
{ title: 'Folder1' },
4141
{
42-
title: 'Folder2', isExpanded: true, children: [
42+
title: 'Folder2', isExpanded: false, children: [
4343
{ title: 'Item3', isLeaf: true },
4444
{ title: 'Item4', isLeaf: true },
4545
{

0 commit comments

Comments
 (0)