confusion with arrow functions react

前端 未结 0 669
借酒劲吻你
借酒劲吻你 2021-02-05 09:58

import React, {useState} from "react";

function Todo({todo,index,removeTodo}){ return( {todo.text}

    
相关标签:
回答
  • 消灭零回复
提交回复
热议问题