Skip to content

Commit 1d1911f

Browse files
committed
Using data that does not contain special keyword
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent a5ab992 commit 1d1911f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
var nodes = [
3838
{ title: 'Item1', isLeaf: true },
39-
{ title: 'Item2', isLeaf: true, data: { visible: false } },
39+
{ title: 'Item2', isLeaf: true, data: { target_name: 'M2' } },
4040
{ title: 'Folder1' },
4141
{
4242
title: 'Folder2', isExpanded: true, children: [
@@ -51,7 +51,7 @@
5151
},
5252
{ title: 'Folder5', isExpanded: false },
5353
{ title: 'Item6', isLeaf: true },
54-
{ title: 'Item7', isLeaf: true, data: { visible: false } },
54+
{ title: 'Item7', isLeaf: true, data: { target_name: 'HD 5980' } },
5555
{
5656
title: 'Folder6', children: [
5757
{

0 commit comments

Comments
 (0)