I want to test a simple vue.js in laravel blade system, Here is my code in test.blade.php view file:
{{message}}
It's not a good approach to combine the same notation for front-end and back-end. Of course, with the @
, Blade can ignore.
A much cleaner idea is to extract the front-end from back-end, because Blade and Vue.js use the same notation:
The big advantages: