Skip to content

Commit

Permalink
richer example
Browse files Browse the repository at this point in the history
  • Loading branch information
ginpei committed Dec 19, 2016
1 parent f6db6d0 commit 9d3afa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ const pt = require('vue-props-template')
const UserItem = {
template: '<li>{{name}} is {{age}} years old.</li>',
props: pt`
string name
required string name = ${'Anonymous'}
number age
`
}
Expand Down

0 comments on commit 9d3afa1

Please sign in to comment.