el-select-area
el-select-area copied to clipboard
šØš³Chinese area select component(including TaiwanćHongkongćMacao)
el-select-area

äøęę攣
Table of Contents
- Introduction
- Demo
- Install
- DataSource
- Example
- License
Introduction
This component contains Chinese area data, including TaiwanćHongkongćMacao.
⬠Back to Top
Demo
⬠Back to Top
Install
# make sure has installed element-ui
yarn add element-ui
# and has globally registered el-select el-option
# install
yarn add @femessage/el-select-area
<template>
<el-select-area v-model="area" />
</template>
<script>
import ElSelectArea from '@femessage/el-select-area'
export default {
components: {
ElSelectArea
},
data() {
return {
area: []
}
}
}
</script>
⬠Back to Top
DataSource
The area data comes from vant-ui
⬠Back to Top
Example


⬠Back to Top
License
MIT
⬠Back to Top