ecinc-cloud-moaecoav9 9.7.5 → 9.7.6
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.js +4 -0
- package/lib/ecmoaecoa.common.js +377 -46
- package/lib/ecmoaecoa.umd.js +377 -46
- package/lib/ecmoaecoa.umd.min.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -70,6 +70,9 @@ import FullTextSearch from './src/fullTextSearch/index'
|
|
|
70
70
|
import TzggIndex from './src/tzgg/index'
|
|
71
71
|
import TzggTzgg from './src/tzgg/tzgg'
|
|
72
72
|
|
|
73
|
+
//msgNotice
|
|
74
|
+
import MsgNoticeMsgList from './src/msgNotice/MsgList'
|
|
75
|
+
|
|
73
76
|
// document
|
|
74
77
|
import DocumentIndex from './src/document/index.vue'
|
|
75
78
|
import DocumentHome from './src/document/home.vue'
|
|
@@ -126,6 +129,7 @@ const components = {
|
|
|
126
129
|
FullTextSearch,
|
|
127
130
|
TzggIndex,
|
|
128
131
|
TzggTzgg,
|
|
132
|
+
MsgNoticeMsgList,
|
|
129
133
|
UsersettingContactsViewsUserDetail,
|
|
130
134
|
SetTime,
|
|
131
135
|
DocumentIndex,
|