Removed x-bind

This commit is contained in:
Corey 2020-05-26 13:05:03 +08:00
parent 2d66b6b930
commit ca429220d2

View file

@ -108,7 +108,7 @@
href="#" href="#"
class="flex flex-col items-center justify-center text-gray-700 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48" class="flex flex-col items-center justify-center text-gray-700 rounded shadow hover:shadow-xl bg-white cursor-pointer transition duration-150 ease-in-out h-48"
> >
<img x-bind:src="item.icon_path" x-bind:alt="item.icon_name" /> <img :src="item.icon_path" :alt="item.icon_name" />
<p <p
class="text-xs leading-none text-center mt-8" class="text-xs leading-none text-center mt-8"
x-text="item.icon_name" x-text="item.icon_name"