mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-17 16:30:39 +03:00
1.0 release
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import Vue from 'vue'
|
||||
import App from './App'
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render(h) {
|
||||
return h(App)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user