Skip to content

Commit

Permalink
Add default title to all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Sep 3, 2023
1 parent f52a21c commit 9495bb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ watch(
if (users.value.length > 0) {
userId.value = users.value[0].id;
}
useHead({
title: `sFlavi`,
});
</script>

<template>
Expand Down

0 comments on commit 9495bb2

Please sign in to comment.