@veritree/ui 0.1.1 → 0.1.2
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.
- package/index.js +4 -4
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3,14 +3,14 @@ import VTButton from './src/Button/VTButton.vue';
|
|
|
3
3
|
import VTInput from './src/Input/VTInput.vue';
|
|
4
4
|
import VTInputDate from './src/Input/VTInputDate.vue';
|
|
5
5
|
import VTInputFile from './src/Input/VTInputFile.vue';
|
|
6
|
-
|
|
6
|
+
import VTInputUpload from './src/Input/VTInputUpload.vue';
|
|
7
7
|
|
|
8
8
|
// import VTListbox from './src/Listbox/VTListbox.vue';
|
|
9
9
|
// import VTListboxButton from './src/Listbox/VTListboxButton.vue';
|
|
10
10
|
// import VTListboxOption from './src/Listbox/VTListboxOption.vue';
|
|
11
11
|
// import VTListboxOptions from './src/Listbox/VTListboxOptions.vue';
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
import VTModal from './src/Modal/VTModal.vue';
|
|
14
14
|
|
|
15
15
|
import VTAccordion from './src/Accordion/VTAccordion.vue';
|
|
16
16
|
import VTAccordionButton from './src/Accordion/VTAccordionButton.vue';
|
|
@@ -28,12 +28,12 @@ export {
|
|
|
28
28
|
VTInput,
|
|
29
29
|
VTInputDate,
|
|
30
30
|
VTInputFile,
|
|
31
|
-
|
|
31
|
+
VTInputUpload,
|
|
32
32
|
// VTListbox,
|
|
33
33
|
// VTListboxButton,
|
|
34
34
|
// VTListboxOption,
|
|
35
35
|
// VTListboxOptions,
|
|
36
|
-
|
|
36
|
+
VTModal,
|
|
37
37
|
VTAccordion,
|
|
38
38
|
VTAccordionButton,
|
|
39
39
|
VTAccordionGroup,
|