router.js 97 B

1234567
  1. define({
  2. data: function () {
  3. return {
  4. router: router
  5. };
  6. }
  7. });