Moηth

Results 4 comments of 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); ```...