From 37d497d48aa64bb56ae05cc7fe9bf16ff85e3592 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周六, 03 5月 2025 06:38:14 +0800
Subject: [PATCH] 222
---
PipeLineLems/web/src/index.d.ts | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/PipeLineLems/web/src/index.d.ts b/PipeLineLems/web/src/index.d.ts
index f711f01..90dd51c 100644
--- a/PipeLineLems/web/src/index.d.ts
+++ b/PipeLineLems/web/src/index.d.ts
@@ -1,2 +1,7 @@
declare module 'syc-cms'
declare module 'sdk'
+
+declare module '*.vue' {
+ import Vue from 'vue'
+ export default Vue
+}
--
Gitblit v1.9.3