UNPKG

vuex-multi-tab-state

Version:

Share and synchronize status between multiple tabs with this plugin for Vuex.

8 lines (7 loc) 224 B
export interface Options { statesPaths?: string[]; key?: string; onBeforeReplace?(state: any): any; onBeforeSave?(state: any): any; } export default function (options?: Options): (store: any) => void;