myDialog组件重写

This commit is contained in:
jakcic
2021-12-21 11:59:37 +08:00
parent 1407e7f782
commit 1f2b7958a5
25 changed files with 867 additions and 713 deletions

4
ruoyi-ui/.babelrc Normal file
View File

@ -0,0 +1,4 @@
{
"presets":["@babel/preset-env"],
"plugins":["transform-vue-jsx"]
}