-
Notifications
You must be signed in to change notification settings - Fork 554
Description
hot reload doesn't work when I import vedraggable.
Does anyone have an idea how to fix it? I'm using quasar
"dependencies": {
"@quasar/extras": "^1.0.0",
"@vueuse/core": "^11.1.0",
"axios": "^0.21.1",
"maska": "^3.0.4",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"vue": "^3.5.10",
"vue-router": "^4.0.0",
"vue3-popper": "^1.5.0",
"vuedraggable": "4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.47",
"prettier": "^2.5.1",
"tailwindcss": "^3.4.13",
"workbox-build": "^7.1.1",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0"
},