From e3492fcd961ddfb9d6e0cec9d81e9e2d6f4ae12f Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期一, 18 十月 2021 18:16:19 +0800
Subject: [PATCH] TODO#128251 新增動作操作元件-swiper (推薦顧問)

---
 PAMapp/nuxt.config.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/PAMapp/nuxt.config.js b/PAMapp/nuxt.config.js
index c0608b4..d09a98c 100644
--- a/PAMapp/nuxt.config.js
+++ b/PAMapp/nuxt.config.js
@@ -25,12 +25,14 @@
   // Global CSS: https://go.nuxtjs.dev/config-css
   css: [
     'element-ui/lib/theme-chalk/index.css',
+    'swiper/css/swiper.css',
     '~/assets/scss/main.scss',
   ],
 
   // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
   plugins: [
-    '~/plugins/element-ui.js'
+    '~/plugins/element-ui.js',
+    { src: '~/plugins/vue-awesome-swiper.js', mode: 'client' }
   ],
 
   // Auto import components: https://go.nuxtjs.dev/config-components

--
Gitblit v1.8.0