fixed #461
This commit is contained in:
parent
713bd3d75d
commit
a6fc94382c
4 changed files with 102 additions and 56 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue