Commit d9527369 authored by Kushal Pandya's avatar Kushal Pandya

Make `title` optional

parent 02caca03
...@@ -6,7 +6,8 @@ export default { ...@@ -6,7 +6,8 @@ export default {
props: { props: {
title: { title: {
type: String, type: String,
required: true, required: false,
default: '',
}, },
cssClass: { cssClass: {
type: String, 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