Skip to content

Commit 00f60a2

Browse files
committed
docs: update playground title
1 parent 1367269 commit 00f60a2

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

playground/pages/index.vue

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<template>
22
<ion-page>
3-
<ion-header :translucent="true">
4-
<ion-toolbar>
5-
<ion-title>Blank</ion-title>
3+
<ion-header translucent>
4+
<ion-toolbar class="toolbar">
5+
<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>
69
</ion-toolbar>
710
</ion-header>
811

@@ -36,4 +39,7 @@
3639
<script setup>
3740
import { add } from 'ionicons/icons'
3841
const router = useIonRouter()
42+
useHead({
43+
title: 'Nuxt Ionic',
44+
})
3945
</script>

0 commit comments

Comments
 (0)