File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ import LayWatermark from "./component/watermark/index";
101
101
import LayPopper from "./component/popper/index" ;
102
102
import LayDescriptions from "./component/descriptions/index" ;
103
103
import LayDescriptionsItem from "./component/descriptionsItem/index" ;
104
+ import LayTimeSelect from "./component/timeSelect/index" ;
105
+ import LaySegmented from "./component/segmented/index" ;
104
106
105
107
declare module "vue" {
106
108
// GlobalComponents for Volar
@@ -205,6 +207,8 @@ declare module "vue" {
205
207
LayPopper : typeof LayPopper ;
206
208
LayDescriptions : typeof LayDescriptions ;
207
209
LayDescriptionsItem : typeof LayDescriptionsItem ;
210
+ LayTimeSelect : typeof LayTimeSelect ;
211
+ LaySegmented : typeof LaySegmented ;
208
212
}
209
213
210
214
export interface ComponentCustomProperties {
You can’t perform that action at this time.
0 commit comments