UNPKG

tdesign-vue

Version:
19 lines (14 loc) 347 B
/** * tdesign v1.11.2 * (c) 2025 tdesign * @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