Vue.js set prop values to empty if nothing is passed

前端 未结 0 1552
隐瞒了意图╮
隐瞒了意图╮ 2020-11-27 17:08

So I have this interface of discounts:

export interface Discount {
    id: number
    name: string
    type: string
}

And I use it on my prop

相关标签:
回答
  • 消灭零回复
提交回复
热议问题