From a0e1fa2ec11ca1e9fecda57d160bd96d911c7ac6 Mon Sep 17 00:00:00 2001 From: yunman <115393304@qq.com> Date: Tue, 27 Jun 2023 16:59:36 +0800 Subject: [PATCH] multiple fragments should have a root node render a single root node the class prop will be automatically inherited --- src/runtime/components/Prose/ProseCode.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/runtime/components/Prose/ProseCode.vue b/src/runtime/components/Prose/ProseCode.vue index 96b7d37ef..d9d9a568a 100644 --- a/src/runtime/components/Prose/ProseCode.vue +++ b/src/runtime/components/Prose/ProseCode.vue @@ -22,17 +22,13 @@ export default defineComponent({ meta: { type: String, default: null - }, - class: { - type: String, - default: "", } } })