@import 'sl-vue-tree-next/sl-vue-tree-next-dark.css'; </style> The value property is an array of NodeModel nodes: interface NodeModel<TDataType> { title: string; isLeaf?: boolean; children?: NodeModel<TDataType