We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9f36c commit a5c4ab0Copy full SHA for a5c4ab0
src/components/modal/CModal.vue
@@ -68,7 +68,7 @@ export default {
68
title: String,
69
size: {
70
type: String,
71
- validator: val => ['', 'sm', 'lg'].includes(val)
+ validator: val => ['', 'sm', 'lg', 'xl'].includes(val)
72
},
73
color: String,
74
borderColor: String,
0 commit comments