Skip to content

Commit efce620

Browse files
committed
fix: tt template
1 parent 1566821 commit efce620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mp-compiler/templates.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function genSWANML (templateName, src) {
77
}
88

99
function genTTML (templateName, src) {
10-
return `<import src="${src}" /><template is="${templateName}" data="{{{ ...$root['0'], $root }}}"/>`
10+
return `<import src="${src}" /><template is="${templateName}" data="{{ ...$root['0'], $root }}"/>`
1111
}
1212

1313
function genPageML (templateName, src, fileExt = {}) {

0 commit comments

Comments
 (0)