hw-cus-ui 1.1.25 → 1.1.26
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.ts +0 -3
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
// index.ts
|
|
2
2
|
import type { App } from 'vue';
|
|
3
|
-
import HwBtn from './HwBtn';
|
|
4
3
|
import HwDraggableBottomPopup from './HwDraggableBottomPopup';
|
|
5
4
|
import HwSelect from './HwSelect';
|
|
6
5
|
import HwPickerTree from './HwPickerTree';
|
|
@@ -12,7 +11,6 @@ import HwModal from './HwModal';
|
|
|
12
11
|
import HwAppList from './z-paging';
|
|
13
12
|
|
|
14
13
|
export {
|
|
15
|
-
HwBtn,
|
|
16
14
|
HwDraggableBottomPopup,
|
|
17
15
|
HwSelect,
|
|
18
16
|
HwPickerTree,
|
|
@@ -26,7 +24,6 @@ export {
|
|
|
26
24
|
|
|
27
25
|
// 所有组件列表
|
|
28
26
|
const components = [
|
|
29
|
-
HwBtn,
|
|
30
27
|
HwDraggableBottomPopup,
|
|
31
28
|
HwSelect,
|
|
32
29
|
HwPickerTree,
|