This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Vue from 'vue' | |
import { Store } from 'vuex' | |
// ComponentOptions is declared in types/options.d.ts | |
declare module 'vue/types/options' { | |
interface NuxtContext<V extends Vue> { | |
app: V, | |
isClient: boolean, | |
isServer: boolean, |