Skip to content

FEMessage/el-select-area

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c983c65 · Nov 11, 2020

History

45 Commits
Apr 30, 2019
Nov 11, 2020
Nov 11, 2020
Apr 30, 2019
Sep 10, 2019
Sep 10, 2019
Apr 30, 2019
Apr 30, 2019
Feb 14, 2019
Feb 14, 2019
Sep 5, 2019
Oct 18, 2019
Feb 14, 2019
Nov 15, 2019
Nov 15, 2019
Oct 18, 2019
Oct 18, 2019
Nov 11, 2020
Sep 5, 2019
Dec 17, 2019

Repository files navigation

el-select-area

NPM Download NPM Version NPM License PRs Welcome

introduce

中文文档

Table of Contents

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