When running this code snippet, you might encounter the error message
'description' does not exist in PropValidator
export default Vue.extend( {
name: 'something',
props: {
'backgroundColor': {
type: String,
description: 'What background color to use'
},
To view this in Storybook, you can visit https://i.sstatic.net/ZUpNT.png