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 a85debc commit 276f2f2Copy full SHA for 276f2f2
src/demo/App.vue
@@ -185,7 +185,7 @@ const candidate: Ref<GridDragResizeProps['children']> = ref([
185
droppableIn: false,
186
},
187
data: {
188
- name: 'This row size is 150px fixed',
+ name: 'This row size is 300px fixed',
189
190
191
])
@@ -393,7 +393,7 @@ body {
393
border: 1px solid #f00;
394
395
&::before {
396
- content: 'This row size is 150px fixed';
+ content: 'This row size is 300px fixed';
397
position: absolute;
398
top: 50%;
399
left: 50%;
0 commit comments