Make `title` optional

This commit is contained in:
Kushal Pandya 2017-12-26 14:03:21 +05:30
parent 02caca0365
commit d9527369db
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ export default {
props: {
title: {
type: String,
required: true,
required: false,
default: '',
},
cssClass: {
type: String,