code refactor

This commit is contained in:
MaysWind
2020-10-20 22:46:24 +08:00
parent 32d3972ce9
commit be8bd6b17b
20 changed files with 123 additions and 115 deletions
+8
View File
@@ -0,0 +1,8 @@
import Vue from 'vue'
import App from './Desktop.vue'
new Vue({
el: '#app',
render: h => h(App),
})