We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6118759 commit 1f9e924Copy full SHA for 1f9e924
flow/options.js
@@ -69,6 +69,7 @@ declare type ComponentOptions = {
69
extends?: Class<Component> | Object;
70
delimiters?: [string, string];
71
comments?: boolean;
72
+ inheritAttrs?: boolean;
73
74
// private
75
_isComponent?: true;
types/options.d.ts
@@ -55,6 +55,7 @@ export interface ComponentOptions<V extends Vue> {
55
extends?: ComponentOptions<Vue> | typeof Vue;
56
57
58
59
}
60
61
export interface FunctionalComponentOptions {
0 commit comments