sohelp-eleplus 1.1.14 → 1.1.15
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/components.js +1 -1
- package/package.json +1 -1
package/components.js
CHANGED
|
@@ -3,7 +3,7 @@ export { default as SohelpDynSelect } from './sohelp-dyn-select/index.vue';
|
|
|
3
3
|
export { default as SohelpOrgSelect } from './sohelp-org-select/index.vue';
|
|
4
4
|
export { default as SohelpRoleSelect } from './sohelp-role-select/index.vue';
|
|
5
5
|
export { default as SohelpSelect } from './sohelp-select/index.vue';
|
|
6
|
-
export { default as
|
|
6
|
+
export { default as SohelpGridSelect } from './sohelp-grid-select/index.vue';
|
|
7
7
|
export { default as SohelpProTable } from './sohelp-pro-table/index.vue';
|
|
8
8
|
export { default as SohelpText } from './sohelp-text/index.vue';
|
|
9
9
|
export { default as SohelpUserSelect } from './sohelp-user-select/index.vue';
|