This commit is contained in:
梁灏 2017-04-05 12:31:49 +08:00
parent 713bd3d75d
commit a6fc94382c
4 changed files with 102 additions and 56 deletions

View file

@ -192,7 +192,7 @@
<!--</script>-->
<template>
<div>
<div style="margin: 1000px 0 0 ">
<Select v-model="model1" style="width:200px">
<Option v-for="item in cityList" :value="item.value" :key="item">{{ item.label }}</Option>
</Select>