【发布时间】:2022-10-14 22:13:39
【问题描述】:
这会引发'description' does not exist in PropValidator
export default Vue.extend( {
name: 'something',
props: {
'backgroundColor': {
type: String,
description: 'What background color to use'
},
【问题讨论】:
标签: typescript vue.js storybook