From 9b775894ddffe69e345f1506f7d4ebd322211e23 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Fri, 17 Oct 2025 10:58:32 +0200 Subject: [PATCH] feat(module): add `component-meta:schema` hook --- playground/pages/index.vue | 2 +- src/module.ts | 7 +++++-- src/parser/meta-parser.ts | 12 +++++++++--- src/types/module.ts | 1 + src/types/parser.ts | 1 + src/utils/unplugin.ts | 11 ++++++----- 6 files changed, 23 insertions(+), 11 deletions(-) diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 0a8f53e..8fa8ccc 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -1,7 +1,7 @@