摘要:
<el-row :gutter="20"> <el-col :span="6" v-for="item in pickerList" :key="item.id"> <div class="grid" @click="handleGo(item)">{{ item.title }}位置</div> 阅读全文
posted @ 2022-03-28 10:48
举个栗子·
阅读(32)
评论(0)
推荐(0)
下载 # install with npm npm install vue-grid-layout --save # install with yarn yarn add vue-grid-layout 下列js代码中已经引入 html代码 <template> <div class="boar 阅读全文