@scorchingft/ui-plus 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,6 +30,7 @@ import { default as Githublight } from '../scorchingftIcon/website/Githublight.v
|
|
|
30
30
|
import { default as Grid } from '../scorchingftIcon/system/Grid.vue';
|
|
31
31
|
import { default as Height } from '../scorchingftIcon/animation/Height.vue';
|
|
32
32
|
import { default as Hide } from '../scorchingftIcon/system/Hide.vue';
|
|
33
|
+
import { default as Home } from '../scorchingftIcon/system/Home.vue';
|
|
33
34
|
import { default as Hourglass } from '../scorchingftIcon/animation/Hourglass.vue';
|
|
34
35
|
import { default as Image_2 } from '../scorchingftIcon/media/Image.vue';
|
|
35
36
|
import { default as Increase } from '../scorchingftIcon/arrow/Increase.vue';
|
|
@@ -40,6 +41,7 @@ import { default as Light } from '../scorchingftIcon/weather/Light.vue';
|
|
|
40
41
|
import { default as Like } from '../scorchingftIcon/item/Like.vue';
|
|
41
42
|
import { default as Lineheight } from '../scorchingftIcon/edit/Lineheight.vue';
|
|
42
43
|
import { default as Link } from '../scorchingftIcon/system/Link.vue';
|
|
44
|
+
import { default as List } from '../scorchingftIcon/system/List.vue';
|
|
43
45
|
import { default as Loadcolor } from '../scorchingftIcon/animation/Loadcolor.vue';
|
|
44
46
|
import { default as Loadding } from '../scorchingftIcon/animation/Loadding.vue';
|
|
45
47
|
import { default as Npm } from '../scorchingftIcon/website/Npm.vue';
|
|
@@ -134,6 +136,8 @@ export { Height }
|
|
|
134
136
|
|
|
135
137
|
export { Hide }
|
|
136
138
|
|
|
139
|
+
export { Home }
|
|
140
|
+
|
|
137
141
|
export { Hourglass }
|
|
138
142
|
|
|
139
143
|
export { Image_2 as Image }
|
|
@@ -154,6 +158,8 @@ export { Lineheight }
|
|
|
154
158
|
|
|
155
159
|
export { Link }
|
|
156
160
|
|
|
161
|
+
export { List }
|
|
162
|
+
|
|
157
163
|
export { Loadcolor }
|
|
158
164
|
|
|
159
165
|
export { Loadding }
|