UNPKG

vuetify-dialog

Version:
12 lines (11 loc) 150 B
export default { props: { type: String, color: String }, computed: { getColor () { return this.color || this.type } } }