no message
Former-commit-id: 5ef36e19cd558b98a25e20d097e0a1c1065d748b Former-commit-id: c4a72ae7d50dd0d53305474c9304780c63f20c99 Former-commit-id: f9d2205b9805e7076298f529a1a0fb83acf81729
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<d2-container type="ghost" class="demo-plugins-vue-grid-layout-demo">
|
||||
<GridLayout
|
||||
<d2-grid-layout
|
||||
v-bind="layout"
|
||||
@layout-updated="layoutUpdatedHandler">
|
||||
<GridItem
|
||||
<d2-grid-item
|
||||
v-for="(item, index) in layout.layout"
|
||||
:key="index"
|
||||
v-bind="item"
|
||||
@@ -19,8 +19,8 @@
|
||||
<div class="d2-mb">在控制台打印出数据变化</div>
|
||||
</template>
|
||||
</el-card>
|
||||
</GridItem>
|
||||
</GridLayout>
|
||||
</d2-grid-item>
|
||||
</d2-grid-layout>
|
||||
</d2-container>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user