vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

Vue breaks DataTables and Pace JS #1329

Closed eComEvo closed 6 years ago

eComEvo commented 6 years ago

Running Vue 2.5.16 with jQuery DataTables 1.10.15 and Pace JS 1.0.2.

When I add the <div id="app"></div> wrapper to my page, Vue components work but DataTables won't actually show the table data even tho the AJAX data received is valid.

Pace JS will sometimes cover the entire screen in a grey overlay after some AJAX requests that load data that is big enough to push the render below the fold.

All I have to do is remove id="app" to fix either of these problems.

There are no errors in the console.

What could cause this?