goodteditor-ui 1.0.8 → 1.0.9
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/dist/js.png +0 -0
- package/index.js +2 -0
- package/package.json +1 -1
package/dist/js.png
ADDED
|
Binary file
|
package/index.js
CHANGED
|
@@ -19,6 +19,7 @@ import Popup from './src/components/ui/Popup.vue';
|
|
|
19
19
|
import Select from './src/components/ui/Select.vue';
|
|
20
20
|
import TimePicker from './src/components/ui/TimePicker.vue';
|
|
21
21
|
import Tooltip from './src/components/ui/Tooltip.vue';
|
|
22
|
+
import Grid from './src/components/ui/Grid.vue';
|
|
22
23
|
|
|
23
24
|
export {
|
|
24
25
|
Badge,
|
|
@@ -42,4 +43,5 @@ export {
|
|
|
42
43
|
Select,
|
|
43
44
|
TimePicker,
|
|
44
45
|
Tooltip,
|
|
46
|
+
Grid
|
|
45
47
|
};
|