EkkoTheGekko
Results
1
comments of
EkkoTheGekko
Another solution I found is this modification to in srcjs/index.js: ``` import Vue from "vue"; import App from "./Home.vue"; window.addEventListener('load', function () { new Vue({ el: "#app", template: "", components:...