Added drag and drop

This commit is contained in:
2019-05-28 16:22:59 +03:00
commit 7b210b25f2
13 changed files with 11760 additions and 0 deletions

5
babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}