playground(app): add title

This commit is contained in:
Benjamin Canac
2025-03-28 16:55:10 +01:00
parent 4f28e1fe96
commit 9be36d328c

View File

@@ -80,6 +80,10 @@ function onSelect(item: any) {
defineShortcuts({
meta_k: () => isCommandPaletteOpen.value = true
})
useHead({
title: 'Nuxt UI - Playground'
})
</script>
<template>