摘要:
我写了一个函数组件classContent,然后我想在主页面内使用他 import classContent from "./classContent"; 使用方式:<classContent /> 结果报错了,我改成{classContent()}倒是可以渲染 后来我改成了这么使用: <Class 阅读全文
我写了一个函数组件classContent,然后我想在主页面内使用他 import classContent from "./classContent"; 使用方式:<classContent /> 结果报错了,我改成{classContent()}倒是可以渲染 后来我改成了这么使用: <Class 阅读全文
posted @ 2025-08-31 16:38
叶乘风
阅读(5)
评论(0)
推荐(0)
摘要:
Menu菜单如果要做成垂直,需要SubMenu组件的支持,以下是示例代码: import { Menu } from 'antd'; const { SubMenu } = Menu; const BasicVerticalMenu = () => { return ( <div style={{ 阅读全文
Menu菜单如果要做成垂直,需要SubMenu组件的支持,以下是示例代码: import { Menu } from 'antd'; const { SubMenu } = Menu; const BasicVerticalMenu = () => { return ( <div style={{ 阅读全文
posted @ 2025-08-31 15:13
叶乘风
阅读(10)
评论(0)
推荐(0)

浙公网安备 33010602011771号