摘要: private _PLACEHOLDER: string; @Input() public set placeholder(v: string) { this._PLACEHOLDER = v; } public get placeholder(): string { if (this._PLACEHOLDER) { return this._PLACEHOLDER; } else { retur 阅读全文
posted @ 2019-09-11 16:16 liliyou 阅读(710) 评论(0) 推荐(0) 编辑