mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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 { IncomingMessage, NextFunction } from 'connect'
|
||||
import type Vue from 'vue'
|
||||
import type { Route } from 'vue-router'
|
||||
import type { Location, Route } from 'vue-router'
|
||||
import type { Store } from 'vuex'
|
||||
import VueRouter from 'vue-router'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user