Skip to content

Commit

Permalink
fix: ensure IonAnimation has correct types
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 21, 2025
1 parent 1b3cc3c commit d10830a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"unimport": "^4.0.0"
},
"devDependencies": {
"@ionic/core": "8.4.3",
"@nuxt/eslint-config": "1.1.0",
"@nuxt/module-builder": "1.0.0-alpha.1",
"@nuxt/schema": "3.15.4",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/runtime/components/IonAnimation.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
import { onMounted, onBeforeUnmount, ref } from 'vue'
import type {} from '@ionic/core'
import { createAnimation } from '@ionic/vue'
import type {
Animation,
Expand Down

0 comments on commit d10830a

Please sign in to comment.