4ee4376
1
2
3
4
5
6
7
export default (data, map) => { let tmpl = {}; tmpl.raw = data; map._segmentData.TMPL = tmpl; };