UNPKG

vue-droppler

Version:

Super simple dropdowns for Vue using drop.js

7 lines (6 loc) 205 B
var droppler = require('./src/Droppler.vue') droppler.install = function(Vue, options) { options = options || { name: 'droppler' } Vue.component(options.name, droppler) } module.exports = droppler