fix(types): import Location from vue-router (#18908)

This commit is contained in:
h-kishi 2023-02-09 15:44:24 +09:00 committed by GitHub
parent 6a59898066
commit 75cbb47385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'