tdesign-mobile-vue
Version:
tdesign-mobile-vue
19 lines (14 loc) • 352 B
JavaScript
/**
* tdesign v1.8.3
* (c) 2025 TDesign Group
* @license MIT
*/
;
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