f218cf4a by McLemore

fix placeholder

1 parent 0cc6d058
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
<script src="https://zb100.oss-cn-shanghai.aliyuncs.com/f/flexible_css_flexible20171215.js"></script>
<title>${projectName} Demo</title>
<title>{{ projectName }} Demo</title>
</head>
<body>
<div id="app"></div>
......
node_modules/
\ No newline at end of file
......
......@@ -13,7 +13,7 @@ class Component extends React.Component<PropsInterface, StateInterface> {
render () {
return (
<div className={styles.container}>
${projectName}
{{ projectName }}
</div>
)
}
......