protocol base views
This commit is contained in:
parent
f453bdc7d3
commit
c1e9784b4a
14 changed files with 708 additions and 24 deletions
|
@ -1,12 +1,8 @@
|
|||
import type { AxiosInstance } from "axios";
|
||||
import type { NProgress } from "nprogress";
|
||||
import type { RouteLocationNormalizedLoaded, Router } from "vue-router";
|
||||
|
||||
declare module "@vue/runtime-core" {
|
||||
interface ComponentCustomProperties {
|
||||
$dev: boolean;
|
||||
$http: AxiosInstance;
|
||||
$progress: NProgress;
|
||||
$router: Router;
|
||||
$route: RouteLocationNormalizedLoaded;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue