Skip to content

Instantly share code, notes, and snippets.

View pixelbacon's full-sized avatar

Michael Minor pixelbacon

View GitHub Profile

Vuetify Debug Component

A simple Vue component for debugging $vuetify's breakpoint object, as well as anything else needed for an app.

@pixelbacon
pixelbacon / debug.vue
Created December 30, 2018 20:17
Vue: Sexy debug
<template lang="pug">
a(v-if="enabled" @click.stop="toggleDebug = !toggleDebug").debug
div(v-if="toggleDebug").debug__info
h2 Debug
template(
v-for="(obj, objKey) in debugThese"
)
hr
v-layout(row wrap).obj
v-flex(xs12).obj__key {{ objKey }}