diff --git a/playground/app/app.vue b/playground/app/app.vue index e2ea8ef1..5557d7e1 100644 --- a/playground/app/app.vue +++ b/playground/app/app.vue @@ -80,6 +80,10 @@ function onSelect(item: any) { defineShortcuts({ meta_k: () => isCommandPaletteOpen.value = true }) + +useHead({ + title: 'Nuxt UI - Playground' +})