Evan

Results 1 comments of Evan

window.Vue = Vue; if (window.Vue) { const scr = document.createElement("script"); scr.setAttribute( "src", "https://unpkg.com/@jiaminghi/data-view/dist/datav.map.vue.js" ); scr.onload = function () { new Vue({ router, pinia: createPinia(), render: (h) => h(App) }).$mount("#app"); };...