bri-components 1.2.29 → 1.2.30

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bri-components",
3
- "version": "1.2.29",
3
+ "version": "1.2.30",
4
4
  "author": "dengshanghui",
5
5
  "description": "a component lib for vue project",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -38,6 +38,8 @@ import BriIframe from "./components/other/BriIframe.vue";
38
38
  import BriSvg from "./components/other/BriSvg.vue";
39
39
 
40
40
  // small
41
+ import DshRender from "./components/small/render.js";
42
+ import DshListRender from "./components/small/DshListRender.js";
41
43
  import BriButton from "./components/small/BriButton.vue";
42
44
  import BriDrawer from "./components/small/BriDrawer.vue";
43
45
  import BriTooltip from "./components/small/BriTooltip.vue";
@@ -49,8 +51,6 @@ import DshSteps from "./components/small/DshSteps.vue";
49
51
  import DshTabs from "./components/small/DshTabs.vue";
50
52
  import DshTags from "./components/small/DshTags.vue";
51
53
  import DshTitle from "./components/small/DshTitle.vue";
52
- import DshRender from "./components/small/render.js";
53
- import DshListRender from "./components/small/DshListRender.js";
54
54
 
55
55
  /* -------------------- 局部组件 ----------------------- */
56
56
  // Error