- Communicate between components - Vue Forum
Hi, I have two child components which need to communicate (pass an array of ids) How should I be doing this? Thanks, Mick
- Deploying Vue. js + Environment Variables - Get Help - Vue Forum
I was recently deploying an application of mine with Vue js + Express on Heroku On Heroku, I defined a number of environment variables which were accessible by the Express server However, I struggled with getting Vue to access the appropriate VUE_APP_ env variables defined in Heroku After a bit of digging I realised (what I hope is correct) that Vue js “initialises” these environment
- Translate Computed properties to Vue3? - Get Help - Vue Forum
Can anyone translate this to Vue3? It seems to do what I need (except I need a filter that picks objects with a “date: false,” property that has a date yyyy-mm-dd that is within currentDate minus 30 days, so it basically hellip;
|