fix: fix Form component setProps not work bug

This commit is contained in:
kailong321200875
2022-01-30 11:09:53 +08:00
parent 33eca8a97d
commit 48ffc52ca8
7 changed files with 4582 additions and 4008 deletions

View File

@@ -28,7 +28,8 @@
"vite/client",
"element-plus/global",
"@types/intro.js",
"@types/qrcode"
"@types/qrcode",
"vite-plugin-svg-icons/client"
],
"typeRoots": ["./node_modules/@types/", "./types"]
},