We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1367269 commit 00f60a2Copy full SHA for 00f60a2
1 file changed
playground/pages/index.vue
@@ -1,8 +1,11 @@
1
<template>
2
<ion-page>
3
- <ion-header :translucent="true">
4
- <ion-toolbar>
5
- <ion-title>Blank</ion-title>
+ <ion-header translucent>
+ <ion-toolbar class="toolbar">
+ <ion-thumbnail slot="start">
6
+ <ion-img src="https://nuxtjs.org/design-kit/colored-logo.svg" />
7
+ </ion-thumbnail>
8
+ <ion-title> Nuxt Ionic </ion-title>
9
</ion-toolbar>
10
</ion-header>
11
@@ -36,4 +39,7 @@
36
39
<script setup>
37
40
import { add } from 'ionicons/icons'
38
41
const router = useIonRouter()
42
+useHead({
43
+ title: 'Nuxt Ionic',
44
+})
45
</script>
0 commit comments