Skip to content

Commit 0b3e38f

Browse files
committed
Format template
1 parent 25c3e29 commit 0b3e38f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content/TextAnimations/TextType/TextType.vue

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,12 @@ onBeforeUnmount(() => {
154154
</script>
155155

156156
<template>
157-
<component :is="as" ref="containerRef" :class="`inline-block whitespace-pre-wrap tracking-tight ${className}`" v-bind="$attrs">
157+
<component
158+
:is="as"
159+
ref="containerRef"
160+
:class="`inline-block whitespace-pre-wrap tracking-tight ${className}`"
161+
v-bind="$attrs"
162+
>
158163
<span class="inline" :style="{ color: getCurrentTextColor() }">
159164
{{ displayedText }}
160165
</span>

0 commit comments

Comments
 (0)