monaco-editor-vue3 icon indicating copy to clipboard operation
monaco-editor-vue3 copied to clipboard

after import 'monaco-editor-vue3', quasar hmr doesn't work

Open nekooee opened this issue 7 months ago • 1 comments

After a few days of struggle, I finally found out why hmr doesn't work properly in quasar. When I comment the line below everything works!

import MonacoEditor from "monaco-editor-vue3";

my quasar version is:

 » Dev mode............... spa
 » Pkg quasar............. v2.16.6
 » Pkg @quasar/app-vite... v2.0.0-beta.15

nekooee avatar Jul 14 '24 15:07 nekooee