Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
serkodev committed Apr 16, 2024
1 parent b91958c commit 85138ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/PlusParallelPage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script setup lang="ts">
import { viewDepthKey } from 'vue-router'
import { ParallelRouterSymbol } from '../symbols'
import { computed, inject, provide, unref, useParallelRouter, useSlots } from '#imports'
import { computed, inject, provide, unref, useParallelRouter } from '#imports'
const props = defineProps<{
// Unique name of the parallel router
Expand Down

0 comments on commit 85138ff

Please sign in to comment.