props: { name: { type: String, default: 'John Doe' } }
props: { title: String, default: function () { return "John Doe"; }, },