随笔分类 -  React

摘要:》普通滚动 》组件滚动 阅读全文
posted @ 2020-04-02 20:30 是你的天天呢 阅读(572) 评论(0) 推荐(0)
摘要:》路由 utils 公用方法 》routerList 中引入加载 阅读全文
posted @ 2020-04-02 20:26 是你的天天呢 阅读(1537) 评论(0) 推荐(0)
摘要:import React, { Component } from 'react' import { Route, Redirect, Switch } from 'react-router-dom' export default class RouterView extends Component  阅读全文
posted @ 2020-04-02 20:21 是你的天天呢 阅读(2286) 评论(2) 推荐(0)
摘要:写React 路由表的时候 报错如下: 一般是因为 没有在 app.js 中 引入 BrowserRouter 组件 需要在app.js中以下配置: import { BrowserRouter } from 'react-router-dom'; function App() { return ( 阅读全文
posted @ 2020-03-14 19:42 是你的天天呢 阅读(101) 评论(0) 推荐(0)