mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
style($core): lint types defs
This commit is contained in:
@@ -11,5 +11,3 @@ export declare class Store {
|
||||
|
||||
$on: typeof Vue.prototype.$on;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Store } from './Store';
|
||||
import { Store } from './Store'
|
||||
import { AsyncComponent } from 'vue'
|
||||
|
||||
declare class VuePress extends Store {
|
||||
@@ -13,7 +13,7 @@ declare class VuePress extends Store {
|
||||
registerPageAsyncComponent (pageKey: string): void;
|
||||
}
|
||||
|
||||
declare module "vue/types/vue" {
|
||||
declare module 'vue/types/vue' {
|
||||
export interface Vue {
|
||||
$vuepress: VuePress;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user