Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
fix: correctly resolve @vue/compile-sfc in monorepo
Browse files Browse the repository at this point in the history
closes #6
  • Loading branch information
egoist committed Aug 22, 2021
1 parent 7649188 commit 30b569e
Show file tree
Hide file tree
Showing 4 changed files with 1,180 additions and 9 deletions.
4 changes: 3 additions & 1 deletion examples/normal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ declare const _default: import("vue").DefineComponent<{
required: true;
};
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
start?: unknown;
} & {
start: number;
} & {}>, {}>;
} & {}> & {}, {}>;
export default _default;
Loading

0 comments on commit 30b569e

Please sign in to comment.