添加导入导出配置功能

This commit is contained in:
Peng-YM
2020-09-18 12:56:37 +08:00
parent af9f96d101
commit 05f746571a
4 changed files with 77 additions and 10 deletions

View File

@@ -11,5 +11,6 @@ new Vue({
vuetify,
router,
store,
Clipboard,
render: h => h(App)
}).$mount('#app')