Moηth
Moηth
> ``` > > > > data() { > return { > swiperOption: { > direction: "vertical", > slidesPerView: 1, > mousewheel: true > } > }; > }, >...
i have the same question on vue3.x
I have solved this problem, here is my solution: Don’t let your editor instance be a reactive variable, but as an ordinary variable change ``` const monacoEditor = ref(null); ```...
I have the same problem, how can I solve this problem