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.
- package/package.json +1 -1
- package/src/index.js +2 -1
package/package.json
CHANGED
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
|
// 组件
|