From a0545d127cc28a10aa546728caa86f0fb057275c Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 18 Jan 2026 17:25:23 +0700 Subject: [PATCH] fix(registry): handle null name in template --- .vitepress/theme/components/PluginRegistry.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vitepress/theme/components/PluginRegistry.vue b/.vitepress/theme/components/PluginRegistry.vue index 93a2a5d..6bb2aa8 100644 --- a/.vitepress/theme/components/PluginRegistry.vue +++ b/.vitepress/theme/components/PluginRegistry.vue @@ -101,7 +101,7 @@ function copyToClipboard(text) {