t20-common-lib 0.9.3 → 0.9.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "t20-common-lib",
3
- "version": "0.9.3",
3
+ "version": "0.9.4",
4
4
  "description": "T20",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/src/index.js CHANGED
@@ -25,7 +25,8 @@ const components = [
25
25
  CommonCollapse,
26
26
  PageHeader,
27
27
  MultiCurrencyStatistics,
28
- BranchBankSelect
28
+ BranchBankSelect,
29
+ TabPage
29
30
  ]
30
31
 
31
32
  // 定义 install 方法,接收 Vue 作为参数