mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
Update main.js
This commit is contained in:
parent
ffec58f883
commit
a3bef842e7
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user