Skip to content

Commit 276f2f2

Browse files
committed
docs: update demo
1 parent a85debc commit 276f2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/demo/App.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const candidate: Ref<GridDragResizeProps['children']> = ref([
185185
droppableIn: false,
186186
},
187187
data: {
188-
name: 'This row size is 150px fixed',
188+
name: 'This row size is 300px fixed',
189189
},
190190
},
191191
])
@@ -393,7 +393,7 @@ body {
393393
border: 1px solid #f00;
394394
395395
&::before {
396-
content: 'This row size is 150px fixed';
396+
content: 'This row size is 300px fixed';
397397
position: absolute;
398398
top: 50%;
399399
left: 50%;

0 commit comments

Comments
 (0)