n20-common-lib 1.3.76 → 1.3.77

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": "n20-common-lib",
3
- "version": "1.3.76",
3
+ "version": "1.3.77",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ import { has as isHas } from './directives/VHas/index.js'
89
89
  import { hasG as isHasG } from './directives/VHas/index.js'
90
90
 
91
91
  /** 国际化 */
92
- import i18n from './utils/i18n'
92
+ import i18n, { $l } from './utils/i18n'
93
93
 
94
94
  /** 修正ElementUI的问题 */
95
95
  import repairEl from './utils/repairElementUI'
@@ -208,6 +208,7 @@ export {
208
208
  isHasG,
209
209
  dayjs,
210
210
  numerify,
211
+ $l,
211
212
  tipShow,
212
213
  tipHide,
213
214
  // 组件