|
@@ -18,10 +18,6 @@ const app = createApp(App);
|
|
|
// 自定义指令和svg组件
|
|
|
directive(app);
|
|
|
other.elSvg(app);
|
|
|
-// app.config.errorHandler = async (err: any, instance: any, info: any) => {
|
|
|
-// // 错误日志
|
|
|
-// if (appConfig.clientLog) console.log('globalError: ', err, instance, info);
|
|
|
-// }
|
|
|
// 全局组件挂载
|
|
|
app.component('Pagination', Pagination);
|
|
|
app.component('Empty', Empty);
|