Skip to content

Instantly share code, notes, and snippets.

@yoonhoGo
Created September 11, 2018 06:46
Show Gist options
  • Save yoonhoGo/eeb2e2c611fddf3cc0d1d2f42717b6a3 to your computer and use it in GitHub Desktop.
Save yoonhoGo/eeb2e2c611fddf3cc0d1d2f42717b6a3 to your computer and use it in GitHub Desktop.
Nuxt-edge-with-Typescript-boilerplate
// types/index.d.ts
declare module '*.vue' {
import Vue, { VueConstructor } from 'vue'
const vue: VueConstructor<Vue>
export default vue
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment