Good Kaizen – javascript
A blog about doing good and getting better at life, code, design, and business. We do our best to write in a way that clients will find valuable.
Kaizen is the practice of continuous improvement.
Passing data from Craft CMS to a Vue component
This past week, I've been hooking up Craft to some sweet interactive charts. This post looks at I'm passing the data from Craft into Vue.
Using v-model on Nested Vue Components
Building a custom component that operates on chunks of data is easier than you may think. It involves understanding how Vue handles the input/update cycle and making a few changes to your component. Let’s start by taking a look at one approach for turning a standard component into a “controlled” component and then figure out how to nest them.