From 28cd71d5ff26ca539e48a229eed4055df7cae5ad Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期四, 13 六月 2024 23:08:36 +0800 Subject: [PATCH] 打印模板更新 --- src/components/Upload/src/props.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/components/Upload/src/props.ts b/src/components/Upload/src/props.ts index d37f68b..6652d27 100644 --- a/src/components/Upload/src/props.ts +++ b/src/components/Upload/src/props.ts @@ -1,3 +1,11 @@ +/* + * @Description: file content + * @Author: your name + * @version: + * @Date: 2024-03-24 11:16:46 + * @LastEditors: your name + * @LastEditTime: 2024-06-13 14:47:33 + */ import type { PropType } from 'vue'; import { FileBasicColumn } from './typing'; -- Gitblit v1.9.3