Button
作者:TISEPSE♥ 0 点赞MIT
实时预览
源代码
export default function Component() {
return (
<button>
<a href="#"><span>Button</span></a>
</button>
);
}export default function Component() {
return (
<button>
<a href="#"><span>Button</span></a>
</button>
);
}