mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(Slideover): default side to right
This commit is contained in:
@@ -45,7 +45,7 @@ export default defineComponent({
|
||||
},
|
||||
side: {
|
||||
type: String,
|
||||
default: 'left',
|
||||
default: 'right',
|
||||
validator: (value: string) => ['left', 'right'].includes(value)
|
||||
},
|
||||
overlay: {
|
||||
|
||||
Reference in New Issue
Block a user