fixed #182
This commit is contained in:
梁灏 2017-01-13 16:11:08 +08:00
parent 73dc2dedfe
commit c35c53d830
2 changed files with 2 additions and 1 deletions

View file

@ -555,6 +555,7 @@
});
this.notFound = is_hidden;
});
this.$broadcast('on-update-popper');
}
},
events: {

View file

@ -1,5 +1,5 @@
<template>
<Row>
<Row style="width: 400px">
<i-col span="12" style="padding-right:10px">
<i-select :model.sync="model11" filterable>
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>