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

@@ -133,7 +133,8 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
'qs',
'echarts',
'echarts-wordcloud',
'intro.js'
'intro.js',
'qrcode'
]
}
}