Created
September 11, 2018 06:46
-
-
Save yoonhoGo/eeb2e2c611fddf3cc0d1d2f42717b6a3 to your computer and use it in GitHub Desktop.
Nuxt-edge-with-Typescript-boilerplate
This file contains hidden or 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
// 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