feat(hooks): Add useIntro hook

feat: Add guide demo
This commit is contained in:
陈凯龙
2022-01-25 17:43:53 +08:00
parent cb558f8af9
commit 0832194e61
15 changed files with 235 additions and 50 deletions

View File

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