el-select-area icon indicating copy to clipboard operation
el-select-area copied to clipboard

šŸ‡ØšŸ‡³Chinese area select component(including Taiwan态Hongkong态Macao)

el-select-area

NPM Download NPM Version NPM License PRs Welcome

introduce

中文文攣

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

level

res

⬆ Back to Top

License

MIT

⬆ Back to Top