The Composition API Masterclass is out!
Sign-up for the Vue.js Masterclass 2024 Edition.
It’s important that our ThreadCreate
component is aware of the actual forum the thread should be created in. Right now, the component only knows about the location, if we use the button to create a new thread, thus, if we hit refresh - everything will break!
In this vue.js tutorial, we’ll use the route parameters to make the component independent.