UNPKG

vue-auto-routing

Version:

Generate Vue Router routing automatically

12 lines (9 loc) 348 B
/** * This file is just for preventing compilation error of TypeScript code. * Since `vue-auto-routing` is resolved with intecepted webpack plugin * and is dynamically generated, the actual implementation does not exist * in this package. */ import { RouteConfig } from 'vue-router' declare const routes: RouteConfig[] export default routes