Skip to content

Commit

Permalink
Remove the <> tags in placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvelov committed Jan 16, 2019
1 parent c17b7d0 commit f2a7d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-4/example-four.js
Expand Up @@ -109,7 +109,7 @@ window.Vue.component('example-four', {
on: ['input'],
props: {
type: 'text',
placeholder: 'I am the <b-form-input> component from BootstrapVue!',
placeholder: 'I am the b-form-input component from BootstrapVue!',
},
},
},
Expand Down

0 comments on commit f2a7d7b

Please sign in to comment.