react tabs切换
react tabs切换组件代码如下(示例):import { Avatar } from 'antd';import React, { useState } from 'react';interface ListProps { data: any[];}const ContactsList: React.FC<ListProps> = (props) => { const { data } = props; const [checked, setcheck
原创
2021-07-16 17:02:47 ·
991 阅读 ·
0 评论