Skip to content

Commit

Permalink
Removed unused options.
Browse files Browse the repository at this point in the history
  • Loading branch information
webcore-it committed Jun 12, 2018
1 parent 77c4ce3 commit e040f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');

module.exports = function nuxtClipboard(moduleOptions) {
const options = Object.assign({}, this.options.toast, moduleOptions);
const options = Object.assign({}, moduleOptions);

// Register plugin
this.addPlugin({
Expand Down

0 comments on commit e040f5d

Please sign in to comment.