Skip to content

Commit ada6768

Browse files
committed
bump v2.0.1
1 parent e3d5d84 commit ada6768

File tree

6 files changed

+173
-144
lines changed

6 files changed

+173
-144
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

dist/lib/utils.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export declare function escapeHtml(value: string): string;
1+
export declare function escapeHtml(value: string): string;
22
//# sourceMappingURL=utils.d.ts.map

dist/vue.d.ts

+35-35
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
import { Plugin } from 'vue';
2-
declare const component: import("vue").DefineComponent<{
3-
code: {
4-
type: StringConstructor;
5-
required: true;
6-
};
7-
language: {
8-
type: StringConstructor;
9-
default: string;
10-
};
11-
autodetect: {
12-
type: BooleanConstructor;
13-
default: boolean;
14-
};
15-
ignoreIllegals: {
16-
type: BooleanConstructor;
17-
default: boolean;
18-
};
19-
}, {
20-
className: import("vue").ComputedRef<string>;
21-
highlightedCode: import("vue").ComputedRef<string>;
22-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
23-
code: string;
24-
language: string;
25-
autodetect: boolean;
26-
ignoreIllegals: boolean;
27-
} & {}>, {
28-
language: string;
29-
autodetect: boolean;
30-
ignoreIllegals: boolean;
31-
}>;
32-
declare const plugin: Plugin & {
33-
component: typeof component;
34-
};
35-
export default plugin;
1+
import { Plugin } from 'vue';
2+
declare const component: import("vue").DefineComponent<{
3+
code: {
4+
type: StringConstructor;
5+
required: true;
6+
};
7+
language: {
8+
type: StringConstructor;
9+
default: string;
10+
};
11+
autodetect: {
12+
type: BooleanConstructor;
13+
default: boolean;
14+
};
15+
ignoreIllegals: {
16+
type: BooleanConstructor;
17+
default: boolean;
18+
};
19+
}, {
20+
className: import("vue").ComputedRef<string>;
21+
highlightedCode: import("vue").ComputedRef<string>;
22+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
23+
code: string;
24+
language: string;
25+
autodetect: boolean;
26+
ignoreIllegals: boolean;
27+
} & {}>, {
28+
language: string;
29+
autodetect: boolean;
30+
ignoreIllegals: boolean;
31+
}>;
32+
declare const plugin: Plugin & {
33+
component: typeof component;
34+
};
35+
export default plugin;
3636
//# sourceMappingURL=vue.d.ts.map

0 commit comments

Comments
 (0)