Skip to content

Commit 31315c6

Browse files
committed
chore: merge user pull request
2 parents 9161fd6 + a5c4ab0 commit 31315c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modal/CModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export default {
6868
title: String,
6969
size: {
7070
type: String,
71-
validator: val => ['', 'sm', 'lg'].includes(val)
71+
validator: val => ['', 'sm', 'lg', 'xl'].includes(val)
7272
},
7373
color: String,
7474
borderColor: String,

0 commit comments

Comments
 (0)