Pass data from blade to vue component

前端 未结 4 1984
名媛妹妹
名媛妹妹 2021-01-03 13:58

I\'m trying to learn vue and with that I want to integrate it with laravel too.. I simply want to send the user id from blade to vue component so I can perform a put request

4条回答
  •  攒了一身酷
    2021-01-03 14:35

    Just to add for those who still get error. For me this still gives error in console and instead showing html page I saw white screen.

    [Vue warn]: Error compiling template:
    invalid expression: Unexpected identifier in
        Coupling to connect 2 rods М14 CF-10
      Raw expression: :product="Coupling to connect 2 rods М14 CF-10"
    

    Though in error I can see that $item->title is replaced with its value. So then I tried to do like that

    And I have fully working code.

    /components/askquestionmodal.vue

    
    
    
    

提交回复
热议问题