| | |
| | | '~/plugins/vue-scroll-picker', |
| | | '~/plugins/filters/date.filter.ts', |
| | | '~/plugins/filters/age.filter.ts', |
| | | '~/plugins/filters/consult-type.filter.ts', |
| | | '~/plugins/filters/appointment-fail-reason.filter.ts', |
| | | '~/plugins/filters/serve-area.filter.ts', |
| | | ], |
| | |
| | | // modules: [ |
| | | // '@nuxtjs/gtm', |
| | | // ], |
| | | |
| | | |
| | | // plugins: [ |
| | | // '~/plugins/gtm' |
| | | // ], |
| | | |
| | | gtm: { |
| | | enabled: true, /* see below */ |
| | | debug: false, |
| | | |
| | | id: 'GTM-W2XMVJZ', |
| | | id: process.env.ENV === 'prod' |
| | | ? 'GTM-TFKVGTH' |
| | | : process.env.ENV === 'uat' ? 'GTM-W2XMVJZT' : 'GTM_XXXXXXX', |
| | | layer: 'dataLayer', |
| | | variables: {}, |
| | | |