fix placeholder
Showing
3 changed files
with
3 additions
and
2 deletions
| ... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
| 4 | <meta charset="UTF-8"> | 4 | <meta charset="UTF-8"> |
| 5 | <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> | 5 | <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"> |
| 6 | <script src="https://zb100.oss-cn-shanghai.aliyuncs.com/f/flexible_css_flexible20171215.js"></script> | 6 | <script src="https://zb100.oss-cn-shanghai.aliyuncs.com/f/flexible_css_flexible20171215.js"></script> |
| 7 | <title>${projectName} Demo</title> | 7 | <title>{{ projectName }} Demo</title> |
| 8 | </head> | 8 | </head> |
| 9 | <body> | 9 | <body> |
| 10 | <div id="app"></div> | 10 | <div id="app"></div> | ... | ... |
| 1 | node_modules/ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -13,7 +13,7 @@ class Component extends React.Component<PropsInterface, StateInterface> { | ... | @@ -13,7 +13,7 @@ class Component extends React.Component<PropsInterface, StateInterface> { |
| 13 | render () { | 13 | render () { |
| 14 | return ( | 14 | return ( |
| 15 | <div className={styles.container}> | 15 | <div className={styles.container}> |
| 16 | ${projectName} | 16 | {{ projectName }} |
| 17 | </div> | 17 | </div> |
| 18 | ) | 18 | ) |
| 19 | } | 19 | } | ... | ... |
-
Please register or sign in to post a comment