Commit 4a5d5cc9f2e2b4acd47a77adfeb162e4ebb7c11b

Authored by 梁灏
1 parent ded95b46

更新几个标签名称

更新几个标签名称
examples/routers/select.vue
@@ -195,14 +195,14 @@ @@ -195,14 +195,14 @@
195 <div> 195 <div>
196 <Row> 196 <Row>
197 <i-col span="12" style="padding-right:10px"> 197 <i-col span="12" style="padding-right:10px">
198 - <i-select v-model="model11" filterable> 198 + <Select v-model="model11" filterable>
199 <i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option> 199 <i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
200 - </i-select> 200 + </Select>
201 </i-col> 201 </i-col>
202 <i-col span="12"> 202 <i-col span="12">
203 - <i-select v-model="model12" filterable multiple> 203 + <Select v-model="model12" filterable multiple>
204 <i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option> 204 <i-option v-for="item in cityList" :value="item.value">{{ item.label }}</i-option>
205 - </i-select> 205 + </Select>
206 </i-col> 206 </i-col>
207 </Row> 207 </Row>
208 <div @click="model11 = 'shanghai'">change</div> 208 <div @click="model11 = 'shanghai'">change</div>
1 { 1 {
2 "name": "iview", 2 "name": "iview",
3 - "version": "2.0.0-rc.2", 3 + "version": "2.0.0-rc.3",
4 "title": "iView", 4 "title": "iView",
5 "description": "A high quality UI components Library with Vue.js", 5 "description": "A high quality UI components Library with Vue.js",
6 "homepage": "http://www.iviewui.com", 6 "homepage": "http://www.iviewui.com",
@@ -95,13 +95,14 @@ const iview = { @@ -95,13 +95,14 @@ const iview = {
95 RadioGroup: Radio.Group, 95 RadioGroup: Radio.Group,
96 Rate, 96 Rate,
97 Row, 97 Row,
  98 + Select,
98 iSelect: Select, 99 iSelect: Select,
99 Slider, 100 Slider,
100 Spin, 101 Spin,
101 Step: Steps.Step, 102 Step: Steps.Step,
102 Steps, 103 Steps,
103 iSwitch: Switch, 104 iSwitch: Switch,
104 - // iTable: Table, 105 + iTable: Table,
105 Table, 106 Table,
106 Tabs: Tabs, 107 Tabs: Tabs,
107 TabPane: Tabs.Pane, 108 TabPane: Tabs.Pane,