Skip to content

Commit

Permalink
chore: fix title single quotes (#4664)
Browse files Browse the repository at this point in the history
  • Loading branch information
信鑫-King committed May 19, 2020
1 parent 1927572 commit ed7e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/preset-built-in/src/plugins/generateFiles/umi.tpl
Expand Up @@ -22,7 +22,7 @@ const getClientRender = (args: { hot?: boolean } = {}) => plugin.applyPlugins({
{{/dynamicImport}}
rootElement: '{{{ rootElement }}}',
{{#enableTitle}}
defaultTitle: '{{{ defaultTitle }}}',
defaultTitle: `{{{ defaultTitle }}}`,
{{/enableTitle}}
});
},
Expand Down

0 comments on commit ed7e189

Please sign in to comment.