Wadhah-Sky
Wadhah-Sky
I managed to solve this issue by updating to: `"vue-multiselect": "^3.0.0-beta.1"` Run: `npm install vue-multiselect@next --save` Register the component and its style in : **main.js** ```javascript import 'vue-multiselect/dist/vue3-multiselect.css'; import {Multiselect}...
I'm facing the same issue of hot-reload when run vue.js on Docker container using Docker engine on Windows 10 while WSL2 active. Vue.Setup.Dockerfile ```Dockerfile FROM node:17-alpine EXPOSE 8080 WORKDIR /app/frontend...
**WORKAROUND** So far there is no clear solution for this problem , so, for who have interest to solve the hot-reload issue when running vue/[email protected] or later versions on Docker...