let xml = ` `; export default { initTemplate: function (str) { return xml.replace(/{str}/g, str) } };