Skip to content

Commit

Permalink
perf: type for route
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 1, 2020
1 parent 342fd2a commit c8abf59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/src/shims-vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Route } from 'vue-router'
import { RouteRecord } from 'vue-router'

declare module 'vue/types/vue' {
interface Vue {
$breadcrumbs: Array<Route>
$breadcrumbs: Array<RouteRecord>
}
}

0 comments on commit c8abf59

Please sign in to comment.