美文网首页
react库引用格式

react库引用格式

作者: 郑馋师 | 来源:发表于2019-10-14 15:39 被阅读0次
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>Document</title>
    <script src="https://cdn.bootcss.com/react/16.9.0-rc.0/umd/react.production.min.js"></script>
    <script src="https://cdn.bootcss.com/react-dom/16.9.0-rc.0/umd/react-dom.production.min.js"></script>
  </head>
  <body></body>
</html>

只能留一个空div

相关文章

网友评论

      本文标题:react库引用格式

      本文链接:https://www.haomeiwen.com/subject/vfmrmctx.html