Skip to content

Commit

Permalink
fix: explicitely import useAsyncData
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Apr 18, 2024
1 parent e022577 commit 57c3c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/composables/useAsyncStoryblok.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useStoryblokApi, useStoryblokBridge } from "@storyblok/vue";
import type { ISbStoriesParams, StoryblokBridgeConfigV2, ISbStoryData } from '@storyblok/vue';
import { useState, onMounted } from "#imports";
import { useState, onMounted, useAsyncData } from "#imports";

export const useAsyncStoryblok = async (
url: string,
Expand Down

0 comments on commit 57c3c76

Please sign in to comment.