Skip to content

Commit

Permalink
chore : install vue3 carousel
Browse files Browse the repository at this point in the history
  • Loading branch information
thalals committed Aug 10, 2024
1 parent 3883e9a commit 7db59e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"roboto-fontface": "*",
"vue": "^3.4.35",
"vue-router": "^4.3.3",
"vue3-carousel": "^0.3.3",
"vuex": "^4.0.2",
"webfontloader": "^1.0.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import 'bootstrap/dist/css/bootstrap.css'
import 'bootstrap-vue-3/dist/bootstrap-vue-3.css'
import store from '@/assets/store.js'

// import "./assets/scss/common.scss";

const app = createApp(App)

app.use(router)
Expand Down

0 comments on commit 7db59e6

Please sign in to comment.