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) {
- {{ plugin.name.charAt(0) }} + {{ plugin.name ? plugin.name.charAt(0) : '?' }}

{{ plugin.name }}