Laravel Blade Template passing data to Vue JS component

后端 未结 3 1271
挽巷
挽巷 2020-12-31 12:12

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

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-31 12:47

    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.

提交回复
热议问题