Skip to content

Commit d10830a

Browse files
committed
fix: ensure IonAnimation has correct types
1 parent 1b3cc3c commit d10830a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"unimport": "^4.0.0"
6868
},
6969
"devDependencies": {
70+
"@ionic/core": "8.4.3",
7071
"@nuxt/eslint-config": "1.1.0",
7172
"@nuxt/module-builder": "1.0.0-alpha.1",
7273
"@nuxt/schema": "3.15.4",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/runtime/components/IonAnimation.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<script setup lang="ts">
22
import { onMounted, onBeforeUnmount, ref } from 'vue'
33
4+
import type {} from '@ionic/core'
45
import { createAnimation } from '@ionic/vue'
56
import type {
67
Animation,

0 commit comments

Comments
 (0)