Skip to content

Commit 9be36d3

Browse files
committed
playground(app): add title
1 parent 4f28e1f commit 9be36d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playground/app/app.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ function onSelect(item: any) {
8080
defineShortcuts({
8181
meta_k: () => isCommandPaletteOpen.value = true
8282
})
83+
84+
useHead({
85+
title: 'Nuxt UI - Playground'
86+
})
8387
</script>
8488

8589
<template>

0 commit comments

Comments
 (0)