2.2.0 • Published 4 years ago

@femessage/el-select-area v2.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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

2.2.0

4 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

1.0.0

5 years ago