From 1911e79a3b39be0500e6cbe631d84c4a3f4f49f1 Mon Sep 17 00:00:00 2001 From: lzhe <lzhe@example.com> Date: 星期一, 21 十月 2024 10:49:03 +0800 Subject: [PATCH] 1 --- src/scui.js | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/scui.js b/src/scui.js index b452b0f..68dca2a 100644 --- a/src/scui.js +++ b/src/scui.js @@ -1,3 +1,9 @@ +/* + * @Date: 2024-03-23 09:49:06 + * @LastEditors: Sneed + * @LastEditTime: 2024-06-16 15:38:54 + * @FilePath: /belleson-frontend/Users/mache/Documents/demo/cps-web/src/scui.js + */ import config from "./config" import api from './api' import tool from './utils/tool' @@ -18,6 +24,7 @@ import scForm from './components/scForm' import scTitle from './components/scTitle' import scWaterMark from './components/scWaterMark' +import scMyFilePreview from './components/scMyFilePreview' import scQrCode from './components/scQrCode' import scStatusIndicator from './components/scMini/scStatusIndicator' @@ -47,6 +54,7 @@ //娉ㄥ唽鍏ㄥ眬缁勪欢 app.component('scTable', scTable); app.component('scTableColumn', scTableColumn); + app.component('scMyFilePreview', scMyFilePreview); app.component('scFilterBar', scFilterBar); app.component('scUpload', scUpload); app.component('scUploadMultiple', scUploadMultiple); @@ -72,11 +80,11 @@ app.directive('copy', copy) //缁熶竴娉ㄥ唽el-icon鍥炬爣 - for(let icon in elIcons){ + for (let icon in elIcons) { app.component(`ElIcon${icon}`, elIcons[icon]) } //缁熶竴娉ㄥ唽sc-icon鍥炬爣 - for(let icon in scIcons){ + for (let icon in scIcons) { app.component(`ScIcon${icon}`, scIcons[icon]) } -- Gitblit v1.9.3