n20-common-lib 1.3.3 → 1.3.4
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/index.js +3 -3
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -53,7 +53,7 @@ import PageHeader from './components/PageHeader/index'
|
|
|
53
53
|
import PlainText from './components/PlainText/index'
|
|
54
54
|
import PlainTextItem from './components/PlainText/PlainTextItem'
|
|
55
55
|
import ECharts from './components/ECharts/index'
|
|
56
|
-
import Search from './components/Search/index.vue'
|
|
56
|
+
// import Search from './components/Search/index.vue'
|
|
57
57
|
import Stamp from './components/Stamp/index.vue'
|
|
58
58
|
/* old */
|
|
59
59
|
import TableO from './components/Table/indexO.vue'
|
|
@@ -143,7 +143,7 @@ const components = [
|
|
|
143
143
|
PlainText,
|
|
144
144
|
PlainTextItem,
|
|
145
145
|
ECharts,
|
|
146
|
-
Search,
|
|
146
|
+
// Search,
|
|
147
147
|
approvalImg,
|
|
148
148
|
Stamp,
|
|
149
149
|
/* old */
|
|
@@ -253,7 +253,7 @@ export {
|
|
|
253
253
|
PlainText,
|
|
254
254
|
PlainTextItem,
|
|
255
255
|
ECharts,
|
|
256
|
-
Search,
|
|
256
|
+
// Search,
|
|
257
257
|
approvalImg,
|
|
258
258
|
Stamp
|
|
259
259
|
}
|