Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 10, 2017
1 parent 3a5432a commit 70a28b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compiler/parser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ let platformIsPreTag
let platformMustUseProp
let platformGetTagNamespace

type Attr = { name: string; value: string }
type Attr = { name: string; value: string };

export function createASTElement (
tag: string,
attrs: Array<Attr>,
Expand Down

0 comments on commit 70a28b3

Please sign in to comment.