mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(vue): update usage examples to kebab-case (#20313)
references #20296
This commit is contained in:
@ -617,7 +617,7 @@ export const ToolbarExample: React.FC = () => (
|
||||
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-menu-button autoHide="false"></ion-menu-button>
|
||||
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="secondary">
|
||||
@ -636,7 +636,7 @@ export const ToolbarExample: React.FC = () => (
|
||||
</ion-buttons>
|
||||
<ion-title>Right side menu toggle</ion-title>
|
||||
<ion-buttons slot="end">
|
||||
<ion-menu-button autoHide="false"></ion-menu-button>
|
||||
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
|
||||
<ion-toolbar>
|
||||
<ion-buttons slot="start">
|
||||
<ion-menu-button autoHide="false"></ion-menu-button>
|
||||
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||
|
||||
</ion-buttons>
|
||||
<ion-buttons slot="secondary">
|
||||
@ -102,7 +102,7 @@
|
||||
</ion-buttons>
|
||||
<ion-title>Right side menu toggle</ion-title>
|
||||
<ion-buttons slot="end">
|
||||
<ion-menu-button autoHide="false"></ion-menu-button>
|
||||
<ion-menu-button auto-hide="false"></ion-menu-button>
|
||||
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
|
||||
Reference in New Issue
Block a user