When binding any property with the : notation. Phpstorm gives me a warning about a missing required property. Is this something that can be suppressed with the plugin?
The evidence:
I tried to search for a duplicate issue but I couldn't find it. Maybe I'm bad at searching. Please let me know if you need to know anything more.
I am writing an application in Laravel with Vue. My component has a required
options
property.The
<script/>
part of my component looks like the followingBecause the
options
property should be an object, I have to bind the property with the:
notation:When binding any property with the
:
notation. Phpstorm gives me a warning about a missing required property. Is this something that can be suppressed with the plugin?The evidence:
I tried to search for a duplicate issue but I couldn't find it. Maybe I'm bad at searching. Please let me know if you need to know anything more.