This article mainly introduces the detailed experience of using the VUE-region selector (V-Distpicker) component. The content is quite good. I will share it with you now and give it as a reference.
Without further ado, let’s get straight to the point.
Installation and citation are copied directly from the official website, so I won’t go into details.
1. Installation
Use npm to install:
npm install v-distpicker --save
Use yarn to install
yarn add v-distpicker --save
##2. Use
to register Componentimport VDistpicker from 'v-distpicker' Vue.component('v-distpicker', VDistpicker);
import VDistpicker from 'v-distpicker' export default { components: { VDistpicker } }
3. The following are the key points
Get Selected value