1.2.8 • Published 4 years ago

vue-cascader-select2 v1.2.8

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

Vue Cascader Select

Installation

npm install --save vue-cascader-select@latest
or
yarn add vue-cascader-select@latest

Usage

import Vue from 'vue';
import VueCascaderSelect from 'vue-cascader-select';

Vue.use(VueCascaderSelect);
<template>
  <vue-cascader-select
    :options="options"
    @clear="(val) => value = ''"
    @select="(selected) => value = selected.value"
    :value="value"
  />
</template>

For more information see the complete docs

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago