UNPKG

vue-giveworks-form

Version:

A Vue.js component for building and submitting Giveworks form.

12 lines (8 loc) 218 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!'); } } }