w-ui-v1 1.0.32 → 1.0.33
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 +2 -2
- package/package.json +1 -1
package/index.ts
CHANGED
|
@@ -10,7 +10,7 @@ import wAdd from './w-add/w-add.vue'
|
|
|
10
10
|
import WSearch from './w-search/w-search.vue'
|
|
11
11
|
import WUser from './w-user/w-user.vue'
|
|
12
12
|
import wEdit from './w-edit/w-edit.vue'
|
|
13
|
-
import
|
|
13
|
+
import WSelectTable from './w-table/w-selectTable.vue'
|
|
14
14
|
import WFormMessageBox from './w-form-message-box/w-form-message-box.vue'
|
|
15
15
|
import WAudio from './w-audio/w-audio.vue'
|
|
16
16
|
const coms: any[] = [
|
|
@@ -25,7 +25,7 @@ const coms: any[] = [
|
|
|
25
25
|
WSearch,
|
|
26
26
|
WUser,
|
|
27
27
|
wEdit,
|
|
28
|
-
|
|
28
|
+
WSelectTable,
|
|
29
29
|
WFormMessageBox,
|
|
30
30
|
WAudio
|
|
31
31
|
]
|