更新几个标签名称

更新几个标签名称
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> <div>
<Row> <Row>
<i-col span="12" style="padding-right:10px"> <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-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
</i-select> </Select>
</i-col> </i-col>
<i-col span="12"> <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-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
</i-select> </Select>
</i-col> </i-col>
</Row> </Row>
<div @click="model11 = 'shanghai'">change</div> <div @click="model11 = 'shanghai'">change</div>

View file

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

View file

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