Created
April 30, 2020 08:37
-
-
Save pipopotamasu/c9a5365b4b5351d133e87b87ea996c1b to your computer and use it in GitHub Desktop.
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
declare module '*.vue' { | |
import { api } from '~/plugins/api' | |
module 'vue/types/vue' { | |
interface Vue { | |
readonly $api: api | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment