💥 Get Early Access to the Alpine.js Handbook 📖 💥
/
ESC
1<div x-data="{ msg: 'Hello Alpine.js' }"> 2 <p x-text="msg"></p> 3</div>