mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 23:47:33 +08:00
code refactor
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
import App from './Desktop.vue'
|
||||
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render: h => h(App),
|
||||
})
|
||||
Reference in New Issue
Block a user