ankurk91 / vue-trumbowyg

Vue.js component for Trumbowyg WYSIWYG editor :memo:
https://ankurk91.github.io/vue-trumbowyg/
MIT License
236 stars 35 forks source link

disappears when the router changes - VUEJS #20

Closed erkansivas35 closed 5 years ago

erkansivas35 commented 5 years ago

When vuejs router is changed, trumbowyg disappears from the screen. only a textarea without css on the screen

ankurk91 commented 5 years ago

Create a js fiddle to demonstrate

ankurk91 commented 5 years ago

I could not reproduce the issue, see https://jsfiddle.net/2qn9r864/1/

Were you able to run it without vue-router ?

erkansivas35 commented 5 years ago

I guess the problem is happening because the page transitions are animated. When I'm available I'll create on jsfiddle. Thank you.

Yakoot commented 4 years ago

same error. I'm using https://antdv.com/docs/vue/introduce/ I tried to do a codesandbox example but couldn't, it says jQuery is not defined Maybe I can create demo repository to reproduce?

Yakoot commented 4 years ago

@erkansivas35 did you find a solution?