From f2a7d7b0012226d13e81da0c59060f3e48bd3739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20J=C3=A4rvel=C3=B6v?= Date: Wed, 16 Jan 2019 23:13:30 +0100 Subject: [PATCH] Remove the <> tags in placeholder --- examples/example-4/example-four.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example-4/example-four.js b/examples/example-4/example-four.js index 87d9142e..b3a0475c 100644 --- a/examples/example-4/example-four.js +++ b/examples/example-4/example-four.js @@ -109,7 +109,7 @@ window.Vue.component('example-four', { on: ['input'], props: { type: 'text', - placeholder: 'I am the component from BootstrapVue!', + placeholder: 'I am the b-form-input component from BootstrapVue!', }, }, },