We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea0612 commit e627804Copy full SHA for e627804
core/src/components/back-button/readme.md
@@ -190,7 +190,7 @@ export const BackButtonExample: React.FC = () => (
190
<ion-header>
191
<ion-toolbar>
192
<ion-buttons slot="start">
193
- <ion-back-button defaultHref="home"></ion-back-button>
+ <ion-back-button default-href="home"></ion-back-button>
194
</ion-buttons>
195
</ion-toolbar>
196
</ion-header>
core/src/components/back-button/usage/vue.md
@@ -13,7 +13,7 @@
13
14
15
16
17
18
19
0 commit comments