feat: 新增初始化函数,全局异步错误捕获功能

This commit is contained in:
奔跑的面条
2023-02-02 20:54:02 +08:00
parent 3a256cbd88
commit 68b8809a1e
3 changed files with 14 additions and 2 deletions
+1
View File
@@ -2,3 +2,4 @@ export { setupNaive } from '@/plugins/naive'
export { setupDirectives } from '@/plugins/directives'
export { setupCustomComponents } from '@/plugins/customComponents'
export { icon } from '@/plugins/icon'
export { initFunction } from '@/plugins/initFunction'