We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c282b0 commit 876a061Copy full SHA for 876a061
web/src/main.js
@@ -15,13 +15,13 @@ import auth from '@/directive/auth'
15
import clickOutSide from '@/directive/clickOutSide'
16
import { store } from '@/pinia'
17
import App from './App.vue'
18
-import { initErrorHandler } from '@/core/error-handel'
+// import { initErrorHandler } from '@/core/error-handel'
19
20
21
const app = createApp(App)
22
23
// 注入错误处理捕获
24
-initErrorHandler(app)
+// initErrorHandler(app)
25
app.config.productionTip = false
26
27
app
0 commit comments