Skip to content

Vue.js and JPlist #63

@carpabg

Description

@carpabg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions