Skip to content

Commit 0e26755

Browse files
minor fix
1 parent 88c8af1 commit 0e26755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/components/IonNav.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { JSX, AnimationBuilder } from "@ionic/core/components";
22
import { defineCustomElement } from "@ionic/core/components/ion-nav.js";
3-
import type { VNode , PropType } from "vue";
3+
import type { VNode, PropType } from "vue";
44
import { defineComponent, h, shallowRef } from "vue";
55

66
import { VueDelegate } from "../framework-delegate";

0 commit comments

Comments
 (0)