技术文献

组件的进阶

2026-05-17

在src/app/components/下定义一个组件:MyButton.tsx

不是同一个页面引用组件,必须要导出export default function

引用这个组件