From e774318fda585115a8be1d166361f16bbbc36820 Mon Sep 17 00:00:00 2001 From: gerteck Date: Mon, 19 Jan 2026 04:22:52 +0800 Subject: [PATCH 01/11] Add `customComponent` flag for plugin tag configurations Enables Vue compiler to recognize custom HTML elements --- docs/devGuide/development/writingPlugins.md | 3 ++- packages/core/src/Page/PageVueServerRenderer.ts | 7 +++++++ packages/core/src/plugins/Plugin.ts | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/devGuide/development/writingPlugins.md b/docs/devGuide/development/writingPlugins.md index 7af6a5f529..06cf51919e 100644 --- a/docs/devGuide/development/writingPlugins.md +++ b/docs/devGuide/development/writingPlugins.md @@ -170,7 +170,8 @@ Tag properties are top-level properties of the tag configuration object. The fol Property | Values | Default | Remarks :----- | ------- | ---- | ---- -`isSpecial` | `true` or `false` | `false` | Allows configuring whether any tag is to be parsed "specially" like a `