Skip to content

Commit

Permalink
Merge pull request #815 from storyblok/bugfix/explicit-import-use-asy…
Browse files Browse the repository at this point in the history
…nc-data

fix: explicitely import `useAsyncData`
  • Loading branch information
alvarosabu committed Apr 18, 2024
2 parents e022577 + 57c3c76 commit f82ab07
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 f82ab07

Please sign in to comment.