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.
new Vue({
delimiters: ["${","}"],
mixins: [CommonMixin],
store,
created() {
}
}).$mount('#wrapper');
There's any type of incompatibility between Vue.js ad JPlist?
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?