0.1.8 • Published 7 years ago

vue-h-select v0.1.8

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago