Skip to content

Commit 7f7a3a4

Browse files
fix(vue): prettier
1 parent 44267c7 commit 7f7a3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/runtime.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* to ensure we can support types for legacy module resolution, e.g. "node" or "classic"
33
* we need this `.d.ts` file to be present.
44
*/
5-
export * from './dist/runtime';
5+
export * from './dist/runtime';

0 commit comments

Comments
 (0)