Skip to content

Commit

Permalink
fix: vue import (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luk-z authored Feb 2, 2023
1 parent 1a7fa9a commit 62824df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractors/frameworks/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import prettier from "prettier/standalone";
import prettierHtml from "prettier/parser-html";
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import Vue from "vue/dist/vue";
import Vue from "vue";
import { StoryContext } from "@storybook/addons";
import { getStory } from "../storyHelper";

Expand Down

0 comments on commit 62824df

Please sign in to comment.