0
<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 ??

Boussadjra Brahim
  • 82,684
  • 19
  • 144
  • 164
Jaedeok.K
  • 3
  • 5

1 Answers1

0

Yes you can use vee-validate with vue2-editor

but name="content" should be data-vv-name="content"

Shaik Matheen
  • 1,233
  • 15
  • 14