feat: Add Infotip component

feat: Add Icon demo
This commit is contained in:
陈凯龙
2022-01-26 11:27:06 +08:00
parent 0832194e61
commit e4b7a76912
10 changed files with 167 additions and 26 deletions

View File

@@ -16,6 +16,12 @@ export const useIntro = (setps?: Step[], options?: Options) => {
intro: t('common.menuDes'),
position: 'right'
},
{
element: `#${variables.namespace}-tool-header`,
title: t('common.tool'),
intro: t('common.toolDes'),
position: 'left'
},
{
element: `#${variables.namespace}-tags-view`,
title: t('common.tagsView'),