fix import type
This commit is contained in:
parent
c6aac15d24
commit
d064f0acc0
8 changed files with 12 additions and 10 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { createRouter, createWebHistory, RouteLocation } from 'vue-router'
|
||||
import { createRouter, createWebHistory } from 'vue-router'
|
||||
import type { RouteLocation } from 'vue-router'
|
||||
import {saveLastVisited} from '@/helpers/saveLastVisited'
|
||||
import {store} from '@/store'
|
||||
|
||||
|
|
|
|||
Reference in a new issue