router.options.js 89 B

12345678
  1. export default {
  2. routes: async (routes) => {
  3. return [
  4. ...routes,
  5. ]
  6. }
  7. }