diff --git a/playground/src/views/examples/layout/col-page.vue b/playground/src/views/examples/layout/col-page.vue index 5b18330e..5070ac3d 100644 --- a/playground/src/views/examples/layout/col-page.vue +++ b/playground/src/views/examples/layout/col-page.vue @@ -22,8 +22,8 @@ const props = reactive({ leftWidth: 30, resizable: true, rightWidth: 70, - splitHandle: false, - splitLine: false, + splitHandle: true, + splitLine: true, }); const leftMinWidth = ref(props.leftMinWidth || 1); const leftMaxWidth = ref(props.leftMaxWidth || 100); @@ -42,7 +42,11 @@ const leftMaxWidth = ref(props.leftMaxWidth || 100);