bi-element-ui 1.6.3-beta.10 → 1.6.3-beta.11

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bi-element-ui",
3
- "version": "1.6.3-beta.10",
3
+ "version": "1.6.3-beta.11",
4
4
  "private": false,
5
5
  "description": "基于 bi-eleme 编写的企业级 Vue 2 UI 组件库",
6
6
  "main": "lib/bi-element-ui-externals.common.js",
package/packages/index.js CHANGED
@@ -1,5 +1,7 @@
1
1
  import './styles/index.scss'
2
2
  import Cookies from 'js-cookie'
3
+ import pkg from '../package.json'
4
+
3
5
  // 导入button组件
4
6
  import BiTable from './Table'
5
7
  import BiCustomColumn from './CustomColumn'
@@ -185,5 +187,6 @@ export default {
185
187
  BiIcon,
186
188
  BiSuperDate,
187
189
  BiTextEditor,
188
- BiFireworks
190
+ BiFireworks,
191
+ version: pkg.version
189
192
  }