I recently came a cross a small stumbling block when rendering a select box from data passed to my component via props. This is my component: And I’m including it in a parent Vue instance like so: The Problem I want to be able to set the selected tag from my parent instance. This works… Continue reading Setting the default value of a select tag in Vue.js
Category: Vue
Using Laravel and Vue.js for Fame and Glory
Last weekend I chose to develop an SPA (single-page application) written in Laravel and Vue.js in order to promote the launch of my band Stalko’s second album. You can check out the final product, and follow along with the code. The brief for this project is the following: Allow users to listen to a new Stalko… Continue reading Using Laravel and Vue.js for Fame and Glory