Skip to content

Instantly share code, notes, and snippets.

@petyosi
Created February 9, 2018 13:52
Show Gist options
  • Save petyosi/91f9912ca58649f92335edd107fbfd05 to your computer and use it in GitHub Desktop.
Save petyosi/91f9912ca58649f92335edd107fbfd05 to your computer and use it in GitHub Desktop.
<template>
<div id="app">
<munro-grid></munro-grid>
</div>
</template>
<script>
import MunroGrid from './components/MunroGrid';
export default {
name: 'app',
data() {
return {
}
},
components: {
MunroGrid
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment