Open iamvitali opened 7 years ago
Hi, So in the docs there's the simplest version, which is including alert:
import { alert } from 'vue-strap' new Vue({ components: { alert } })
But how would one go about including <form-validator> and <bs-input>?
<form-validator>
<bs-input>
+1
Hi, So in the docs there's the simplest version, which is including alert:
But how would one go about including
<form-validator>
and<bs-input>
?