UNPKG

223 BJavaScriptView Raw
1const path = require('path')
2
3module.exports = function nuxtToast(options) {
4 // Register plugin
5 this.addPlugin({src: path.resolve(__dirname, 'plugin.js'), ssr:false})
6
7}
8
9module.exports.meta = require('./package.json')