UNPKG

nuxt-plugin-bcms

Version:
15 lines (14 loc) 295 B
export * from './plugin'; // declare module '@nuxt/types' { // interface NuxtAppOptions { // $bcms: BCMSNuxtPlugin; // } // interface Context { // $bcms: BCMSNuxtPlugin; // } // } // declare module 'vue/types/vue' { // interface Vue { // $bcms: BCMSNuxtPlugin; // } // }