Vue in conflict with Bootstrap?

0

I'm implementing Vuejs in a Laravel5.7 mine and I noticed that this is apparently a conflict with almost all my nav-tabs, because when I change tabs in nav-tabs, regardless of how many tabs there are, it will not class "show" of the tabs that I'm going out, only takes the "active", so my tabs stay with the contents all together as I pass. I'm currently using functions with jquery to manually remove the "show" class as I go along, but I do not think it's cool for me to do this for my entire project. Has anyone been through this and knows how to solve it?

NOTE: Before I started to implement the Vue this did not happen, the flap change normally worked. OBS2: I realized now that I do not know why, even using the same bootstrap version, in the project without Vue, the "show" class is not added in the active tab, but in the Vue project, and a manual function is required for remove it.

    
asked by anonymous 22.11.2018 / 17:19

0 answers