I am having a problem passing a property using Vuejs ~1.0 to a child component from a Laravel Blade template. If I pass something in plain text it works just fine, but when
If you are passing a variable to the component, then use:
Don't forget the double quotes or the result would be unpredictable for things like objects.