File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,11 +12,12 @@ import { SpeedInsights } from "@vercel/speed-insights/nuxt";
1212<style >
1313.page-enter-active ,
1414.page-leave-active {
15- transition : all 0.4 s ;
15+ transition : all 0.5 s ;
1616}
1717.page-enter-from ,
1818.page-leave-to {
1919 opacity : 0 ;
20- transform : translate (0 , 80px );
20+ filter : blur (1px );
21+ transform : translate (40px );
2122}
2223 </style >
Original file line number Diff line number Diff line change @@ -3,20 +3,14 @@ const libraries = [
33 {
44 title: " Reka-ui" ,
55 link: " https://reka-ui.com/" ,
6- description:
7- " Use as a base for components and create customizable, accessible and flexible " ,
86 },
97 {
108 title: " shadcn/vue" ,
119 link: " https://www.shadcn-vue.com/" ,
12- description:
13- " use CLI for install components and get idea to create accessible components" ,
1410 },
1511 {
1612 title: " Internationalized/date" ,
1713 link: " https://react-spectrum.adobe.com/internationalized/date/index.html" ,
18- description:
19- " used for manipulating dates, change locale and work with jalali date(persian date)" ,
2014 },
2115];
2216 </script >
@@ -57,7 +51,6 @@ const libraries = [
5751 class =" text-blue-600 hover:underline"
5852 >{{ lib.title }}</a
5953 >
60- <span > : {{ lib.description }}</span >
6154 </div >
6255 </div >
6356 </div >
You can’t perform that action at this time.
0 commit comments