0

In PhpStorm 2019.2.3 working with vue 2.6 / bootstrap-vue 2.3 I see some syntax errors:

enter image description here

Looks like PhpStorm does not understand bootstrap-vue. Are there some intentions to fix it?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
mstdmstd
  • 2,195
  • 17
  • 63
  • 140

1 Answers1

2

It does support bootstrap-vue, but doesn't treat custom components as <input> elements <label> can be associated with. Please follow WEB-43981 for updates.

For now, I can suggest disabling Unresolved ID inspection in Settings | Editor | Inspections | XML

lena
  • 90,154
  • 11
  • 145
  • 150