We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
broadcaster
null
1 parent e2d095b commit f8d950eCopy full SHA for f8d950e
README.md
@@ -66,7 +66,7 @@ export default {
66
### `broadcaster`
67
68
- Type: `String`
69
-- Default: `undefined`
+- Default: `'null'`
70
71
You can use `'pusher'`, `'socket.io'` or `'null'`.
72
lib/module.js
@@ -3,6 +3,7 @@ const { resolve } = require('path')
3
module.exports = function (moduleOptions) {
4
this.nuxt.hook('builder:extendPlugins', (plugins) => {
5
const options = {
6
+ broadcaster: 'null',
7
authModule: false,
8
connectOnLogin: true,
9
disconnectOnLogout: true,
0 commit comments