引入的component必须使用大写开头

情况

我有一个Component组件

export default class Tasks extends Component {

然后在Contrainer中引入时

import tasks from '../../Components/Tasks/Tasks'

...

render() {
    return (
       <section>
            <tasks />

然后发现我Tasks里定义的内容根本没出来

渲染出来的HTML是这样的

<article id="root">
  <section data-reactroot="">
    <tasks></tasks>
  </section>
</article>

简直无语.......直接把我的tasks放出来了..内容没放出来

解决方案

在引入标签时,定义和使用变量要大写....就OK了

© 404mzk all right reserved,powered by Gitbookhttp://blog.404mzk.com 该文件修订时间: 2016-12-12 22:55:35

results matching ""

    No results matching ""