File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
import { createRouter } from "./vue-router.common" ;
2
- import { Route } from './typings/router-service' ;
3
-
4
- export { createRouter , Route } ;
2
+ export { Route , RouteOptions , RouterServiceOptions } from "./typings/router-service" ;
3
+ export { createRouter } ;
Original file line number Diff line number Diff line change
1
+ import { createRouter } from "./vue-router.common" ;
2
+ export { Route , RouteOptions , RouterServiceOptions } from "./typings/router-service" ;
3
+
4
+ export { createRouter } ;
Original file line number Diff line number Diff line change 2
2
"name" : " nativescript-vue-router-extended" ,
3
3
"version" : " 1.0.7" ,
4
4
"description" : " NativeScript Vue Router Extended for NativeScript Vue hybrid Apps." ,
5
- "main" : " vue-router" ,
5
+ "main" : " index" ,
6
+ "typings" : " index.d.ts" ,
6
7
"nativescript" : {
7
8
"platforms" : {
8
9
"android" : " 7.1.0" ,
You can’t perform that action at this time.
0 commit comments