| | |
| | | { src: '~/plugins/vue-awesome-swiper.js', mode: 'client' }, |
| | | '~/plugins/service.ts', |
| | | '~/plugins/vue-scroll-picker', |
| | | '~/plugins/filters/date.filter.ts' |
| | | '~/plugins/filters/date.filter.ts', |
| | | '~/plugins/filters/age.filter.ts', |
| | | '~/plugins/filters/appointment-fail-reason.filter.ts', |
| | | ], |
| | | |
| | | // Auto import components: https://go.nuxtjs.dev/config-components |
| | | components: true, |
| | | // loading |
| | | // loading |
| | | loading: '~/components/loading.vue', |
| | | |
| | | // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules |
| | |
| | | ] |
| | | }, |
| | | router: { |
| | | base: process.env.ENV === 'uat' ? '/pam/' : '' |
| | | base: process.env.ENV === 'uat' ? '/pam/' : '', |
| | | middleware: ['getUrlQuery', 'errorRoute'] |
| | | } |
| | | } |