init: v3 init

This commit is contained in:
陈凯龙
2021-12-07 14:36:07 +08:00
parent 2a7f3d2c46
commit 1ae75500de
206 changed files with 90 additions and 25740 deletions

View File

@@ -1,10 +0,0 @@
import IntroJs from 'intro.js'
import 'intro.js/introjs.css'
export function useIntro() {
const intro: IntroJs.IntroJs = new (IntroJs as any)()
return {
intro
}
}