[Vuejs]-Vue.js Component in list not applied

0👍

may be because the DOM is not loaded?

        document.addEventListener('DOMContentLoaded', function() {
            //add js here...
        }, false);

Leave a comment