Skip to content

Commit cedcc0b

Browse files
committed
Fix Import
1 parent 9238d7b commit cedcc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Augment the typings of Vue.js
33
*/
44
import vue from '@vue/runtime-core';
5-
import * as VueLogger from '../../index';
5+
import VueLogger from '../../index';
66

77
export interface Log {
88
debug(...args: any[]): void;

0 commit comments

Comments
 (0)