更新几个标签名称

更新几个标签名称
This commit is contained in:
梁灏 2017-03-13 16:29:29 +08:00
parent ded95b463c
commit 4a5d5cc9f2
3 changed files with 7 additions and 6 deletions

View file

@ -195,14 +195,14 @@
<div>
<Row>
<i-col span="12" style="padding-right:10px">
<i-select v-model="model11" filterable>
<Select v-model="model11" filterable>
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
</i-select>
</Select>
</i-col>
<i-col span="12">
<i-select v-model="model12" filterable multiple>
<Select v-model="model12" filterable multiple>
<i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
</i-select>
</Select>
</i-col>
</Row>
<div @click="model11 = 'shanghai'">change</div>

View file

@ -1,6 +1,6 @@
{
"name": "iview",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"title": "iView",
"description": "A high quality UI components Library with Vue.js",
"homepage": "http://www.iviewui.com",

View file

@ -95,13 +95,14 @@ const iview = {
RadioGroup: Radio.Group,
Rate,
Row,
Select,
iSelect: Select,
Slider,
Spin,
Step: Steps.Step,
Steps,
iSwitch: Switch,
// iTable: Table,
iTable: Table,
Table,
Tabs: Tabs,
TabPane: Tabs.Pane,