1 |
- <el-select bind:input="__e" vue-id="3af01d1b-1" allow-create="{{true}}" filterable="{{true}}" multiple="{{true}}" collapse-tags="{{true}}" default-first-option="{{true}}" placeholder="请选择文章标签" value="{{value2}}" data-event-opts="{{[['^input',[['__set_model',['','value2','$event',[]]]]]]}}" class="data-v-2cecabb2" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{options}}" wx:for-item="item" wx:for-index="__i0__" wx:key="value"><el-option vue-id="{{('3af01d1b-2-'+__i0__)+','+('3af01d1b-1')}}" label="{{item.label}}" value="{{item.value}}" class="data-v-2cecabb2" bind:__l="__l"></el-option></block></el-select>
|