.location
el-popover(width='400', trigger='focus' :value="initShow")
.block
amap(:center.sync="data" :zoom="15" :animateEnable="false")
amap-marker(:position.sync="data")
el-select(slot='reference' v-model='data' remote filterable :remote-method="changeLocation")
template(#prefix)
i.el-icon-location
el-option(v-for='option in locationOptions', :key='option.value | hash', :label='option.label' :value='option.value')