diff --git a/src/v2/style-guide/index.md b/src/v2/style-guide/index.md index a2a026e8d4..fbb91c5791 100644 --- a/src/v2/style-guide/index.md +++ b/src/v2/style-guide/index.md @@ -221,7 +221,7 @@ props: { status: { type: String, required: true, - validate: function (value) { + validator: function (value) { return [ 'syncing', 'synced',