UNPKG

tdesign-mobile-vue

Version:
19 lines (14 loc) 352 B
/** * tdesign v1.8.3 * (c) 2025 TDesign Group * @license MIT */ 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function template(str, vars) { return str.replace(/\${(.*?)}/g, function (_, prop) { return vars[prop.trim()] || ""; }); } exports.template = template; //# sourceMappingURL=stringTemplate.js.map