File tree Expand file tree Collapse file tree 1 file changed +6
-16
lines changed
packages/ui/components/namecard Expand file tree Collapse file tree 1 file changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,11 @@ const props = withDefaults(defineProps<OgCardProps>(), {
12
12
opacity: 1 ,
13
13
})
14
14
15
- const PcBlock = defineAsyncComponent (
16
- () => import (' ../../assets/namecard/2023/pc/block.svg?component' ),
17
- )
18
- const NamecardTitle1 = defineAsyncComponent (
19
- () => import (' ../../assets/namecard/2023/title1.svg?component' ),
20
- )
21
- const NamecardTitle2 = defineAsyncComponent (
22
- () => import (' ../../assets/namecard/2023/title2.svg?component' ),
23
- )
24
- const Sponsor = defineAsyncComponent (
25
- () => import (' ../../assets/namecard/2023/sponsor.svg?component' ),
26
- )
27
- const VueFesLogo = defineAsyncComponent (
28
- () => import (' ../../assets/namecard/2023/vuefes_logo.svg?component' ),
29
- )
15
+ const PcBlock = defineAsyncComponent (() => import (' ../../assets/namecard/2023/pc/block.svg?component' ))
16
+ const NamecardTitle1 = defineAsyncComponent (() => import (' ../../assets/namecard/2023/title1.svg?component' ))
17
+ const NamecardTitle2 = defineAsyncComponent (() => import (' ../../assets/namecard/2023/title2.svg?component' ))
18
+ const Sponsor = defineAsyncComponent (() => import (' ../../assets/namecard/2023/sponsor.svg?component' ))
19
+ const VueFesLogo = defineAsyncComponent (() => import (' ../../assets/namecard/2023/vuefes_logo.svg?component' ))
30
20
const PcBg = defineAsyncComponent (() => import (' ../../assets/namecard/2023/pc/wave.svg?component' ))
31
21
</script >
32
22
@@ -144,4 +134,4 @@ const PcBg = defineAsyncComponent(() => import('../../assets/namecard/2023/pc/wa
144
134
font-weight : 700 ;
145
135
text-transform : uppercase ;
146
136
}
147
- </style >
137
+ </style >
You can’t perform that action at this time.
0 commit comments