You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was using JPlist and it works perfectly. But when I start using vue.js it stop workig.
I just added vue.js <script src="https://cdn.jsdelivr.net/npm/vue@2.6.11"></script> and then wrapped all (including the JPlist element) in <div id="wrapper"></div> which is vue App element.
If I remove the app script it works okey again, even though the vue.js is included.
Hi, I was using JPlist and it works perfectly. But when I start using vue.js it stop workig.
I just added vue.js
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.11"></script>
and then wrapped all (including the JPlist element) in<div id="wrapper"></div>
which is vue App element.If I remove the app script it works okey again, even though the vue.js is included.
There's any type of incompatibility between Vue.js ad JPlist?
The text was updated successfully, but these errors were encountered: