WIP Progress on skeleton of the Vue app.
This commit is contained in:
Vendored
+1
@@ -0,0 +1 @@
|
||||
export * from './nav-next';
|
||||
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
import { Vue } from 'vue-property-decorator';
|
||||
import { RawLocation } from 'vue-router';
|
||||
|
||||
export type NavNext = (to?: RawLocation | false | ((vm: Vue) => any) | void) => void;
|
||||
Reference in New Issue
Block a user