Closed felixpy closed 5 years ago
As shown in the code below, the item attribute is unnecessary:
item
<div class="el-select el-select--medium" name="tag" multiple="multiple" items="[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]"> <!-- elements --> </div>
fixed: 41af250a69782b7aca37e72f2636dd8ec5722800
As shown in the code below, the
item
attribute is unnecessary: