Skip to content

Commit e1a32b5

Browse files
djxymarcosmoura
authored andcommitted
docs: fix wrong props (vuematerial#1404)
I'm not sure, but I think these should be `md-persistent=` and not `md-permanent=`
1 parent 247a840 commit e1a32b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/app/pages/Components/Drawer/Drawer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
},
125125
{
126126
offset: true,
127-
name: 'md-permanent="full"',
127+
name: 'md-persistent="full"',
128128
type: 'String',
129129
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pusing the content when opened.',
130130
defaults: '-'
131131
},
132132
{
133133
offset: true,
134-
name: 'md-permanent="mini"',
134+
name: 'md-persistent="mini"',
135135
type: 'String',
136136
description: 'Make the drawer with full height. This will make the drawer hidden when closed and and pusing the content when opened.',
137137
defaults: '-'

0 commit comments

Comments
 (0)