1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

Update main.js

This commit is contained in:
krircc 2019-03-30 09:46:41 +08:00 committed by GitHub
parent ffec58f883
commit a3bef842e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,5 @@ import Vue from 'vue'
import App from './app'
new Vue({
el: '#app',
render: h => h(App)
})
if (module.hot) {
module.hot.accept();
}
}).$mount('#app')