We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c3e29 commit 0b3e38fCopy full SHA for 0b3e38f
src/content/TextAnimations/TextType/TextType.vue
@@ -154,7 +154,12 @@ onBeforeUnmount(() => {
154
</script>
155
156
<template>
157
- <component :is="as" ref="containerRef" :class="`inline-block whitespace-pre-wrap tracking-tight ${className}`" v-bind="$attrs">
+ <component
158
+ :is="as"
159
+ ref="containerRef"
160
+ :class="`inline-block whitespace-pre-wrap tracking-tight ${className}`"
161
+ v-bind="$attrs"
162
+ >
163
<span class="inline" :style="{ color: getCurrentTextColor() }">
164
{{ displayedText }}
165
</span>
0 commit comments