Skip to content

Commit 4be8d6f

Browse files
committed
Updated test data
1 parent af62b28 commit 4be8d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226

227227
<script lang="ts" setup>
228228
import {computed, nextTick, onBeforeUnmount, onMounted, ref, Ref, UnwrapRef} from 'vue';
229-
import {testDataOne as testData} from './test';
229+
import {testDataTwo as testData} from './test';
230230
import GridLayout from '../src/components/Grid/GridLayout.vue';
231231
import GridItem from '../src/components/Grid/GridItem.vue';
232232
import {ILayoutItem, TLayout} from "@/components/Grid/layout-definition";

0 commit comments

Comments
 (0)