919
مشترکین
اطلاعاتی وجود ندارد24 ساعت
-17 روز
-330 روز
آرشیو پست ها
حتما براتون پیش اومده بخواید دستورات داکر رو تبدیل به فایل docker-compose بکنید، این سایت دقیقا همین کارو براتون انجام میده:
https://www.composerize.com
# TypeScript Tip 🔥
You can use 'as const' on a template literal to force TypeScript to infer it.
Without the as const, it defaults to string. With it, it goes DEEP.
In the
script setup of a #vuejs component you can define a custom directive just by giving it a camelCase name that starts with v:Reminder 📢
If you're animating numbers, use this line of CSS 👇
.numbers {
font-variant: tabular-nums;
}
