我正在使用顺风创建组件,但是当我将活动类添加到组件时,只有当我继续单击按钮时它才有效。
https://i.stack.imgur.com/Sx8Vy.jpg
<li>
<a href="#" class="flex items-center p-2 text-base font-normal text-gray-900 rounded-lg active active:bg-blue-400">
<img src="./DashIcons/homeIcon.svg" class="flex-shrink-0 w-6 h-6 text-gray-500 transition duration-75" alt="">
<span class="flex-1 ml-3 whitespace-nowrap">Dashboard</span>
</a>
</li>
Run Code Online (Sandbox Code Playgroud)