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 11import { 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 22 "name" : " nativescript-vue-router-extended" ,
33 "version" : " 1.0.7" ,
44 "description" : " NativeScript Vue Router Extended for NativeScript Vue hybrid Apps." ,
5- "main" : " vue-router" ,
5+ "main" : " index" ,
6+ "typings" : " index.d.ts" ,
67 "nativescript" : {
78 "platforms" : {
89 "android" : " 7.1.0" ,
You can’t perform that action at this time.
0 commit comments