Skip to content

Commit

Permalink
feat(nuxt-admin): add default page title
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Feb 3, 2023
1 parent 548ca01 commit 5c5302c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions starter/nuxt-admin/pages/admin/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
definePageMeta({
layout: 'admin',
});
useHead({
title: useAppConfig().admin.title,
});
</script>

<template>
Expand Down

0 comments on commit 5c5302c

Please sign in to comment.