update License

不想为这些事发生争执,我只想做开源
This commit is contained in:
梁灏 2017-03-14 10:47:02 +08:00
parent a9131058ab
commit 644c37b3b3
6 changed files with 168 additions and 42 deletions

View file

@ -210,7 +210,7 @@
</i-col>
<i-col span="12">
<Select v-model="model12" filterable multiple>
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
<i-option v-for="item in cityList" :key="item" :value="item.value">{{ item.label }}</i-option>
</Select>
</i-col>
</Row>