Skip to content

Commit ea23ac6

Browse files
committed
fix: add missing import to <IonAnimation>
1 parent 3657e86 commit ea23ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/components/IonAnimation.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { onMounted, onBeforeUnmount } from 'vue'
2+
import { onMounted, onBeforeUnmount, ref } from 'vue'
33
import {
44
createAnimation,
55
Animation,

0 commit comments

Comments
 (0)