修复子节点显示错误

This commit is contained in:
648540858
2020-10-12 10:11:24 +08:00
parent d96228f9ee
commit be42a35eca
28 changed files with 12815 additions and 57 deletions

12
web_src/.babelrc Normal file
View File

@@ -0,0 +1,12 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
}