AliExpress URL Shortener
Make your links clean and concise
Join people from all over the world who already use AliExpi
You can turn a long and complicated link into a short and convenient one. For example, from this:
https://aliexpress.ru/item/1005010274053991.html?mixer_rcmd_bucket_id=testRecallAgeGender&spm=a2g2w.home.10009201.3.75df2505BbHIt7&scenario=aerPromoSegments&sku_id=12000051742190762&traffic_source=recommendation&type_rcmd=core
you get this:
aliexpi.com/qlt
It’s much easier to use in messages, notes, and social media.
show = false, duration);
"
x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 translate-y-2"
x-transition:enter-end="opacity-100 translate-y-0"
x-transition:leave="transition ease-in duration-300"
x-transition:leave-start="opacity-100 translate-y-0"
x-transition:leave-end="opacity-0 translate-y-2"
:class="{
'bg-green-500': status === 'success',
'bg-red-500': status === 'error',
'bg-yellow-500': status === 'warning',
'bg-blue-500': status === 'info'
}"
class="fixed bottom-5 right-5 text-white px-5 py-3 rounded-xl shadow-2xl font-semibold z-50">