<b-col><vue-editor name="content" v-model="formData.content" v-validate="required" :class="{'vue-editor': false, error:errors.has('content')}"/></b-col>
If you try to use it as above, it will not be used
Can I use vee-validate with vue2-editor ??