函数组件Hook+Ts 选项卡

ts代码
import { useState} from "react";
import './Tab.less'
interface iButtonList {
ID: string
text: string
}
export default function Fn() {
const [ButtonList] = useState([
{
ID: 'bt1',
text: '按钮一'
},
{
ID: 'bt2',
text: '按钮二'
},
{
ID: 'bt3',
text: '按钮三'
},

])
const [ContentList] = useState([
{

函数组件Hook+Ts 选项卡最先出现在Python成神之路

版权声明:
作者:dingding
链接:https://www.techfm.club/p/28773.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>