We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ab992 commit 1d1911fCopy full SHA for 1d1911f
src/App.vue
@@ -36,7 +36,7 @@
36
37
var nodes = [
38
{ title: 'Item1', isLeaf: true },
39
- { title: 'Item2', isLeaf: true, data: { visible: false } },
+ { title: 'Item2', isLeaf: true, data: { target_name: 'M2' } },
40
{ title: 'Folder1' },
41
{
42
title: 'Folder2', isExpanded: true, children: [
@@ -51,7 +51,7 @@
51
},
52
{ title: 'Folder5', isExpanded: false },
53
{ title: 'Item6', isLeaf: true },
54
- { title: 'Item7', isLeaf: true, data: { visible: false } },
+ { title: 'Item7', isLeaf: true, data: { target_name: 'HD 5980' } },
55
56
title: 'Folder6', children: [
57
0 commit comments