Skip to content

Commit

Permalink
perf: update vue-expand.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 2, 2020
1 parent 766b0b5 commit 411cc10
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/shims-vue-expand.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@
* @author: BoBo
* @Date: 2020年06月23 16:47:06
*/
/* eslint-disable */
import VueRouter, { Route } from 'vue-router';

import { Store } from 'vuex';

// 扩充
declare module 'vue/types/vue' {
interface Vue {
$router: VueRouter;
$route: Route;
$store: Store<any>;
$store: any;
lodash: any;
axios: any;
dayjs: any;
Expand All @@ -37,3 +30,4 @@ declare global {
}
}

export {};

0 comments on commit 411cc10

Please sign in to comment.