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.
2 parents bc51d80 + e5a7ca4 commit 589d552Copy full SHA for 589d552
lib/types.d.ts
@@ -138,7 +138,7 @@ export interface NuxtSocketOpts extends Partial<SocketIOClient.ManagerOptions> {
138
* (see [vuexModule](https://nuxt-socket-io.netlify.app/vuexModule)).
139
* @default false
140
*/
141
- persist?: boolean;
+ persist?: boolean | string;
142
/** Specifies the property in [this] component that will be used
143
* to contain the socket status (referring to an object).
144
* @default 'socketStatus'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nuxt-socket-io",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Socket.io client and server module for Nuxt. Just plug it in and GO",
5
"author": "Richard Schloss",
6
"type": "module",
0 commit comments