Vuejs don't show component in blade

Clash Royale CLAN TAG#URR8PPP
Vuejs don't show component in blade
i want to understand why it :
Vuejs work in a normal blade file
and when i integer the same vuejs file in a blade file like this, it's doesn't work
1 Answer
1
You know your question isn't clear enough but let me guess,
the first problem in your may be in your layout that you don't add
app.js
or add it in the header
try to put it at the end of the body element
before @endsection
@endsection
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
Thank u it works :)
– Yassine Jennane
Aug 12 at 0:41