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-headertranslucent>
+ <ion-toolbarclass="toolbar">
+ <ion-thumbnailslot="start">
6
+ <ion-imgsrc="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
constrouter=useIonRouter()
42
+useHead({
43
+ title:'Nuxt Ionic',
44
+})
45
</script>
0 commit comments