sh-view 1.6.5 → 1.6.9
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
CHANGED
|
@@ -10,7 +10,6 @@ import ShIvForm from './global-components/sh-iv-form/index.vue'
|
|
|
10
10
|
import ShLayout from './global-components/sh-layout/index.vue'
|
|
11
11
|
import ShLoading from './global-components/sh-loading/index.vue'
|
|
12
12
|
import ShNoticeBar from './global-components/sh-noticebar/index.vue'
|
|
13
|
-
import ShPreview from './global-components/sh-preview/index.vue'
|
|
14
13
|
import ShPullRefresh from './global-components/sh-pull-refresh/index.vue'
|
|
15
14
|
import ShResult from './global-components/sh-result/index.vue'
|
|
16
15
|
import ShUpload from './global-components/sh-upload/index.vue'
|
|
@@ -35,7 +34,6 @@ const components = {
|
|
|
35
34
|
ShLayout,
|
|
36
35
|
ShLoading,
|
|
37
36
|
ShNoticeBar,
|
|
38
|
-
ShPreview,
|
|
39
37
|
ShPullRefresh,
|
|
40
38
|
ShResult,
|
|
41
39
|
ShUpload,
|