File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export interface ICategorySearchTagItem {
36
36
/**
37
37
* 自定义下拉模板的展示内容
38
38
*/
39
- customTemplate : TemplateRef < any > ;
39
+ customTemplate ? : TemplateRef < any > ;
40
40
/**
41
41
* 已选中值
42
42
*/
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export interface ICategorySearchTagItem {
80
80
/**
81
81
* 自定义下拉模板的展示内容
82
82
*/
83
- customTemplate: TemplateRef <any >;
83
+ customTemplate? : TemplateRef <any >;
84
84
/**
85
85
* 已选中值
86
86
*/
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export interface ICategorySearchTagItem {
80
80
/**
81
81
* Customize the content to be displayed in the drop-down list box.
82
82
*/
83
- customTemplate: TemplateRef <any >;
83
+ customTemplate? : TemplateRef <any >;
84
84
/**
85
85
* Selected Value
86
86
*/
You can’t perform that action at this time.
0 commit comments