mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 06:05:11 +00:00
fix(types): import Location
from vue-router
(#18908)
This commit is contained in:
parent
6a59898066
commit
75cbb47385
2
packages/types/app/index.d.ts
vendored
2
packages/types/app/index.d.ts
vendored
@ -1,7 +1,7 @@
|
|||||||
import type { ServerResponse } from 'http'
|
import type { ServerResponse } from 'http'
|
||||||
import type { IncomingMessage, NextFunction } from 'connect'
|
import type { IncomingMessage, NextFunction } from 'connect'
|
||||||
import type Vue from 'vue'
|
import type Vue from 'vue'
|
||||||
import type { Route } from 'vue-router'
|
import type { Location, Route } from 'vue-router'
|
||||||
import type { Store } from 'vuex'
|
import type { Store } from 'vuex'
|
||||||
import VueRouter from 'vue-router'
|
import VueRouter from 'vue-router'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user