0
const { module } = this.props;
return(
<div className="Card">
<Link to=`/${module}/detail`></Link>
</div>
)
上述語法有什麼問題?我得到錯誤JSX value should be either an expression or a quoted JSX text
es6 jsx語法錯誤使用「`」
請注意,您所引用的內容無效JavaScript(即使正確,就像在Reagan Cuthbertson的回答中一樣)。將來也可以用[tag:react-jsx]標記這些問題。 – Amadan