adtec-core-package 0.1.4 → 0.1.5
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/package.json +1 -1
- package/src/mixin/globalMixin.ts +2 -0
package/package.json
CHANGED
package/src/mixin/globalMixin.ts
CHANGED
|
@@ -11,6 +11,7 @@ import ElTitle from '../components/Title/ElTitle.vue'
|
|
|
11
11
|
import ElIcons from '../components/icon/ElIcons.vue'
|
|
12
12
|
import ElIconBtn from '../components/icon/ElIconBtn.vue'
|
|
13
13
|
import ElIconSearch from '../components/Search/ElIconSearch.vue'
|
|
14
|
+
import ElTableColumnEdit from '../components/Table/ElTableColumnEdit.vue'
|
|
14
15
|
import vKeydown from '../directives/vKeydown'
|
|
15
16
|
//@ts-ignore
|
|
16
17
|
export const globalMixin = {
|
|
@@ -22,6 +23,7 @@ export const globalMixin = {
|
|
|
22
23
|
ElIcons,
|
|
23
24
|
ElIconBtn,
|
|
24
25
|
ElIconSearch,
|
|
26
|
+
ElTableColumnEdit
|
|
25
27
|
},
|
|
26
28
|
directives:{
|
|
27
29
|
"keydown":vKeydown
|