0.1.6 • Published 3 years ago

vue-select-next v0.1.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

vue-select-next

vue-select component ported for vue 3.

this is completely based on vue-select. all credits go to sagalbot

you can check docs for vue-select at https://vue-select.org/

Basic usage

<script>
  import { defineComponent } from 'vue';
  import VSelect from 'vue-select-next';
  import 'vue-select-next/css';

  export default defineComponent({
    components: {
      VSelect,
    },
  });
</script>

<template>
  <VSelect :options="['foo', 'bar']" />
</template>
0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago