From 536f8026680d6fc2a12b27d57ec9de116e298285 Mon Sep 17 00:00:00 2001 From: lichunn <269031597@qq.com> Date: Wed, 19 Mar 2025 20:22:32 -0700 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0renderless=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/plugins/materials/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/plugins/materials/package.json b/packages/plugins/materials/package.json index 273aca800f..1d2933d8e3 100644 --- a/packages/plugins/materials/package.json +++ b/packages/plugins/materials/package.json @@ -40,6 +40,7 @@ "peerDependencies": { "@opentiny/vue": "^3.20.0", "@opentiny/vue-icon": "^3.20.0", + "@opentiny/vue-renderless": "^3.20.0", "vue": "^3.4.15" } }