feat: Add Qrcode component and add qrcode demo

This commit is contained in:
陈凯龙
2022-01-27 09:51:03 +08:00
parent d3fbd3a06c
commit 535a31b35e
11 changed files with 583 additions and 38 deletions

View File

@@ -27,7 +27,8 @@
"@intlify/vite-plugin-vue-i18n/client",
"vite/client",
"element-plus/global",
"@types/intro.js"
"@types/intro.js",
"@types/qrcode"
],
"typeRoots": ["./node_modules/@types/", "./types"]
},