优化楼层装修 pc端中控制台因类型转换问题导致的报错信息

This commit is contained in:
lemon橪
2021-11-18 14:51:44 +08:00
parent 41bfd17cd0
commit ccd5decbf7
11 changed files with 43 additions and 48 deletions

View File

@@ -3,7 +3,7 @@
<!-- 左侧模块列表 -->
<div class="model-list">
<div class="classification-title">基础模块</div>
<draggable tag="ul" :list="modelData" v-bind="{group:{ name:'model', pull:'clone',put:false},sort:false, ghostClass: 'ghost'}" @end="handleMoveEnd" @start="handleMoveStart" :move="handleMove">
<draggable tag="ul" :list="modelData" v-bind="{group:{ name:'model', pull:'clone',put:false},sort:false, ghostClass: 'ghost'}" >
<li v-for="(model, index) in modelData" :key="index" class="model-item">
<Icon :type="model.icon" />
<span>{{model.name}}</span>