Passing PHP variable to vue.js vue component
Hi everyone, I am working on a php site where I want to pass a php string variable to be used in a .vue component. Can someone help me wit this? here is what i have in code: index.php <?php $foo = 72; ?> <div id='app'></div> app.js import App from...
Jun 19, 2019EJ