0.1.8 • Published 6 years ago

vue-h-select v0.1.8

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

vue-h-select

npm version npm Build Status

Edge 12+, FF 36+, Chrome 49+, or use translation from ES2105 to ES5

Introduction

Under construction

Setup

npm install vue-h-select

Example

import smartSelect from 'vue-h-select';

export default {
  template: `
    <div>
      <smart-select :items="options" v-model="value" multiple>
    </div>
  `,

  components: {
    smartSelect
  },

  data() {
    return {
      value: 2,
      options: [
        {label: 'Opt 1', value: 1},
        {label: 'Opt 2', value: 2}
      ]
    };
  }
};
0.1.8

6 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago