Re-using VueJS Mixins and Filtering Google Map Data

Originally published at: Re-using VueJS Mixins and Filtering Google Map Data - Server Side Up

In our last tutorial, we built a whole bunch of mixing to help filter coffee shops Filtering with VueJS Mixins - Server Side Up. This filtering took place on the home page. To show the power and reusability of the mixins that we created, we are going to apply similar filters to the map of cafes. This filtering system will use the…