下午写组件突然发现tailwind的class复用真香,一套bg-red-500 text-white下去,到处都能用,爽死了
.button-primary {
@apply bg-red-500 text-white py-2 px-4 rounded;
}
登录/注册