Skip to content

Commit

Permalink
add source
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Mar 11, 2022
1 parent b0f989c commit d628f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-system/src/locale/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const RE_NARGS = /(%|)\{([0-9a-zA-Z_]+)\}/g;
/**
* String format template
* - Inspired:
* https://github.com/ElemeFE/element/blob/dev/src/locale/format.js
* https://github.com/Matt-Esch/string-template/index.js
*/
export default function(Vue) {
Expand Down

0 comments on commit d628f81

Please sign in to comment.