Commit d9527369 authored by Kushal Pandya's avatar Kushal Pandya

Make `title` optional

parent 02caca03
......@@ -6,7 +6,8 @@ export default {
props: {
title: {
type: String,
required: true,
required: false,
default: '',
},
cssClass: {
type: String,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment