📌  相关文章
📜  如何使用 typescript 安装反应路由器 dom - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:45.783000             🧑  作者: Mango

代码示例1
npm install react-router-dom @types/react-router-dom

# Yarn
yarn add react-router-dom @types/react-router-dom