| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,8 @@ import { VueConstructor } from 'vue/types/umd' | |||
| 3 | 3 | import { getVueConstructor } from '../runtimeContext' | |
| 4 | 4 | import { warn } from '../utils' | |
| 5 | 5 | ||
| 6 | - export interface App { | ||
| 6 | + // Has a generic to match Vue 3 API and be type compatible | ||
| 7 | + export interface App<T = any> { | ||
| 7 | 8 | config: VueConstructor['config'] | |
| 8 | 9 | use: VueConstructor['use'] | |
| 9 | 10 | mixin: VueConstructor['mixin'] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments