UNPKG

vue-giveworks-form

Version:

This plugin provides Vue.js component for the open [http://giveworks.net](Giveworks Platform).

10 lines (8 loc) 216 B
export default class Gateway { constructor(options) { this.options = options; if(!this.options) { throw new Error('A gateway must have some options passed to it!'); } } }