Using Blade/Mustache templating mixing Laravel and Vue.Js

前端 未结 1 1405
暗喜
暗喜 2021-02-20 16:08

So I\'m trying to build an application with both Laravel and VueJs but I\'m stuck at one point.

Is it possible to use VueJs mustache te

相关标签:
1条回答
  • 2021-02-20 17:00

    I think you can do what you're after using the @{{ example }} syntax that Blade allows us to use when using a JS framework inside Laravel.

    Hope this helps! :)

    0 讨论(0)
提交回复
热议问题