mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
playground(app): add title
This commit is contained in:
@@ -80,6 +80,10 @@ function onSelect(item: any) {
|
||||
defineShortcuts({
|
||||
meta_k: () => isCommandPaletteOpen.value = true
|
||||
})
|
||||
|
||||
useHead({
|
||||
title: 'Nuxt UI - Playground'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user