From 749f318ac49e89da3f6d03d90e72ac0ae26ce3cf Mon Sep 17 00:00:00 2001 From: Choejiwon <jiwon0929@ajou.ac.kr> Date: Wed, 11 Dec 2019 14:13:10 +0900 Subject: [PATCH] DashBoard.vue Scroll Image modifying --- src/views/Dashboard.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index d362d58..e15d1e1 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -40,8 +40,8 @@ export default { sliding: null, counter: 45, max: 100, - src1: './images/daeng.jpg', - src2: './images/1.jpg', + src1: './images/1.jpg', + src2: './images/2.jpg', src3: './images/3.jpg', } }, -- GitLab