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.

Continue Reading
Posted on

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.

Continue Reading
Written By Jesse Schutt
Posted on