File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export interface ICategorySearchTagItem {
3636 /**
3737 * 自定义下拉模板的展示内容
3838 */
39- customTemplate : TemplateRef < any > ;
39+ customTemplate ? : TemplateRef < any > ;
4040 /**
4141 * 已选中值
4242 */
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export interface ICategorySearchTagItem {
8080 /**
8181 * 自定义下拉模板的展示内容
8282 */
83- customTemplate: TemplateRef <any >;
83+ customTemplate? : TemplateRef <any >;
8484 /**
8585 * 已选中值
8686 */
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export interface ICategorySearchTagItem {
8080 /**
8181 * Customize the content to be displayed in the drop-down list box.
8282 */
83- customTemplate: TemplateRef <any >;
83+ customTemplate? : TemplateRef <any >;
8484 /**
8585 * Selected Value
8686 */
You can’t perform that action at this time.
0 commit comments