// Child1 import { Input } from 'antd' import { FC } from 'react' const Child1: FC<{}> = () => { return ( <>
开启了keepAlive
) } export default Child1