xianniu-ui 0.8.58 → 0.9.0

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/src/index.js CHANGED
@@ -18,6 +18,7 @@ import XnText from '../packages/ellipsis/index'
18
18
  import XnCard from '../packages/card/index'
19
19
  import XnDescription from '../packages/description/index'
20
20
  import XnDescriptionItem from '../packages/descriptionItem/index'
21
+ import XnAmount from '../packages/amount/index'
21
22
 
22
23
  import Utils from 'xn-ui/src/utils/index'
23
24
  const doc = 'http://lzwr.gitee.io/xn-ui/#/'
@@ -40,7 +41,8 @@ const components = [
40
41
  XnText,
41
42
  XnCard,
42
43
  XnDescription,
43
- XnDescriptionItem
44
+ XnDescriptionItem,
45
+ XnAmount
44
46
  ]
45
47
  const version = require('../package.json').version
46
48
  const install = function (Vue) {
@@ -87,5 +89,6 @@ export default {
87
89
  XnEmpty,
88
90
  XnTag,
89
91
  XnText,
90
- XnCard
92
+ XnCard,
93
+ XnAmount
91
94
  }