adtec-core-package 0.2.2 → 0.2.3
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 -1
package/package.json
CHANGED
package/src/mixin/globalMixin.ts
CHANGED
|
@@ -14,6 +14,7 @@ import ElIconSearch from '../components/Search/ElIconSearch.vue'
|
|
|
14
14
|
import ElTableColumnEdit from '../components/Table/ElTableColumnEdit.vue'
|
|
15
15
|
import vKeydown from '../directives/vKeydown'
|
|
16
16
|
import ElAutoToolTip from '../components/autoToolTip/ElAutoToolTip.vue'
|
|
17
|
+
import userSelect from '../components/business/userSelect.vue'
|
|
17
18
|
//@ts-ignore
|
|
18
19
|
export const globalMixin = {
|
|
19
20
|
components: {
|
|
@@ -25,7 +26,7 @@ export const globalMixin = {
|
|
|
25
26
|
ElIconBtn,
|
|
26
27
|
ElIconSearch,
|
|
27
28
|
ElTableColumnEdit,
|
|
28
|
-
ElAutoToolTip,
|
|
29
|
+
ElAutoToolTip,userSelect
|
|
29
30
|
},
|
|
30
31
|
directives: {
|
|
31
32
|
keydown: vKeydown,
|