Skip to content

Commit

Permalink
types(v-node-directive): changed expression type of VNodeDerective to…
Browse files Browse the repository at this point in the history
… optional string

fix vuejs#10871
  • Loading branch information
kawokas committed Mar 8, 2020
1 parent bce5b98 commit 0c49831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/vnode.d.ts
Expand Up @@ -69,7 +69,7 @@ export interface VNodeDirective {
name: string;
value?: any;
oldValue?: any;
expression?: any;
expression?: string;
arg?: string;
oldArg?: string;
modifiers?: { [key: string]: boolean };
Expand Down

0 comments on commit 0c49831

Please sign in to comment.