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