Skip to content

Instantly share code, notes, and snippets.

View mantrax314's full-sized avatar

Daniel Saavedra mantrax314

View GitHub Profile
@mantrax314
mantrax314 / WidgetGrid.vue
Last active May 9, 2017 21:07 — forked from evercode1/WidgetGrid.vue
Chapter 12 WidgetGrid.vue
<template>
<div class="row">
<div class="col-lg-12">
<form id="search">
Search <input name="query" v-model="query" @keyup="search(query)">
</form>
<div class="pull-right">
{{ total }} Total Results
</div>
<section class="panel">