vue-router / _Awaitable
_Awaitable<T> 
ts
type _Awaitable<T> = T | PromiseLike<T>;Internal
Maybe a promise maybe not
Type Parameters 
T 
T
vue-router / _Awaitable
type _Awaitable<T> = T | PromiseLike<T>;Internal
Maybe a promise maybe not
T