Skip to content

Commit

Permalink
[Fix] Carousel display
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyaoHu committed Aug 5, 2023
1 parent 5cbc6ed commit 5635dad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/sections/Carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ export default {
data() {
return {
source_paths: [
"/carousel/1.jpg",
"/carousel/2.jpg",
"/carousel/3.jpg",
"/carousel/4.jpg",
"/carousel/5.jpg",
"./carousel/1.jpg",
"./carousel/2.jpg",
"./carousel/3.jpg",
"./carousel/4.jpg",
"./carousel/5.jpg",
],
}
}
Expand Down

0 comments on commit 5635dad

Please sign in to comment.