Skip to content
Advertisement

Passing props to element attributes in Vue components

When I try passing props to attributes of HTML elements in .vue files, they just stop rendering. What am I doing wrong?

script.js

JavaScript

index.php

JavaScript

hInput.vue

JavaScript

Advertisement

Answer

Use the binding syntax, not text interpolation.

JavaScript

There is also a shorthand.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement