diff --git a/docs/components/DocNode.vue b/docs/components/DocNode.vue
index 54fc9394..f1efbb2d 100644
--- a/docs/components/DocNode.vue
+++ b/docs/components/DocNode.vue
@@ -12,32 +12,32 @@
id (required) |
- Number | String |
+ Number | String |
Used to identify the option within the tree. It's value must be unique across all options. |
label (required) |
- String |
+ String |
Used to display the option. |
children |
- node[] | null |
+ node[] | null |
Declares a branch node. Set to empty array for no children options. Set to null for delayed loading. |
isBranch |
- Boolean |
+ Boolean |
Useful for declaring an unloaded branch node. For other cases, just use children instead. |
isDisabled |
- Boolean |
+ Boolean |
Used for disabling item selection. See here for detailed information. |
isDefaultExpanded |
- Boolean |
+ Boolean |
Whether the branch option should be expanded by default. |
diff --git a/docs/components/DocProps.vue b/docs/components/DocProps.vue
index 2b4dd83b..ba68daff 100644
--- a/docs/components/DocProps.vue
+++ b/docs/components/DocProps.vue
@@ -3,16 +3,19 @@
Name |
- Type |
- Default |
+ Type / Default |
Description |
{{ prop.name }} |
- |
- |
+
+ Type:
+
+ Default:
+ |
+
|
@@ -21,7 +24,7 @@