提交 8d0c27b6 编写于 作者: M meteorlxy

style($core): lint types defs

上级 2240fa1f
......@@ -11,5 +11,3 @@ export declare class Store {
$on: typeof Vue.prototype.$on;
}
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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册