VUE文件初始化

This commit is contained in:
pixelqm
2019-09-02 19:15:00 +08:00
parent 50cac8f02d
commit c3943b4056
11 changed files with 11785 additions and 0 deletions

View File

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