-
Notifications
You must be signed in to change notification settings - Fork 38
Vue.js and JPlist #63
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels