src/main.js new Vue({ router, render: h => h(App), created() { // Prevent blank screen in Electron builds this.$router.push('/') } }).$mount('#app').
確定! 回上一頁