Update Project.vue
parent
a336eb75c1
commit
ac1c7af007
|
@ -13,7 +13,7 @@
|
|||
<el-button :icon="Plus" circle @click="add_room" />
|
||||
</el-card>
|
||||
</el-col>
|
||||
<el-col :span="6" v-for="item in rooms">
|
||||
<el-col :span="6" v-for="(item,index) in rooms" :key="index">
|
||||
<el-card>
|
||||
<p>{{ item.name }}</p>
|
||||
<p>{{ item.count }}</p>
|
||||
|
|
Loading…
Reference in New Issue