| | |
| | | { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } |
| | | ] |
| | | }, |
| | | |
| | | layoutTransition:'pam-fade-in', |
| | | pageTransition:'pam-fade-in', |
| | | // Global CSS: https://go.nuxtjs.dev/config-css |
| | | css: [ |
| | | 'element-ui/lib/theme-chalk/index.css', |
| | | 'swiper/css/swiper.css', |
| | | 'vue-scroll-picker/dist/style.css', |
| | | '~/assets/scss/main.scss', |
| | | '~/assets/pam-animation.css' |
| | | ], |
| | | |
| | | // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins |
| | | plugins: [ |
| | | '~/plugins/element-ui.js', |
| | |
| | | |
| | | // Auto import components: https://go.nuxtjs.dev/config-components |
| | | components: true, |
| | | // loading |
| | | loading: '~/components/loading.vue', |
| | | |
| | | // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules |
| | | buildModules: [ |