Using VueJs as library worked in Cakephp 3 but not in Cakephp 4

Hi, i just tried with a fresh new CakePhp 3.8 installation.

  1. I just quick included Vue library through CDN

  1. I created a welcome.ctp under Templates/Pages with this code.

  2. That’s what I see in the Browser

If I do the same thing in CakePhp 4 it prints

so it does not work. I hope I explained clear now.

F.