We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1566821 commit efce620Copy full SHA for efce620
lib/mp-compiler/templates.js
@@ -7,7 +7,7 @@ function genSWANML (templateName, src) {
7
}
8
9
function genTTML (templateName, src) {
10
- return `<import src="${src}" /><template is="${templateName}" data="{{{ ...$root['0'], $root }}}"/>`
+ return `<import src="${src}" /><template is="${templateName}" data="{{ ...$root['0'], $root }}"/>`
11
12
13
function genPageML (templateName, src, fileExt = {}) {
0 commit comments