2.1.0 • Published 6 years ago

vue-my-dropdown v2.1.0

Weekly downloads
1,187
License
MIT
Repository
github
Last release
6 years ago

Vue my dropdown component

Handle dropdown menu easily with this Vuejs component.

Requisites

Vuejs >= 2.x

Install

$ npm install vue-my-dropdown

Usage

You can import and insert the component using:

import dropdown from 'vue-my-dropdown'

// Component
export default {
    //...
    components: { dropdown },
    //...
}

Documentation

Official documentation

Changelog

2.1.0

  • Fixed error in IE <= 11.
  • Added positioned event.
  • Changed .babelrc configuration. Now use env preset

LICENSE

The license is MIT. See LICENSE file to more info.

2.1.0

6 years ago

2.0.6

6 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago