For example, this will throw a Vue error:
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/{{ form.screw.drive_image }}" >
I'm writing {{ form.screw.drive_image }} in the src prop.
It's not clear from Vue's warnings what I should do to solve.
Any idea?
:src="'<?=get_stylesheet_directory_uri(); ?>/images/' + form.screw.drive_image" >