refactor: improve the scrollbar behavior

This commit is contained in:
mrholek
2024-01-02 18:50:40 +01:00
parent 6aa4b2dad4
commit ddf278020c
2 changed files with 15 additions and 15 deletions
+2 -1
View File
@@ -12,7 +12,7 @@
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
"scripts": {
"dev": "vite",
"dev": "vite --force",
"build": "vite build",
"lint": "eslint \"src/**/*.{js,vue}\"",
"preview": "vite preview"
@@ -27,6 +27,7 @@
"@coreui/vue-chartjs": "^3.0.0-rc.0",
"@popperjs/core": "^2.11.8",
"chart.js": "^4.4.0",
"simplebar-vue": "^2.3.3",
"vue": "^3.3.9",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"