Created
February 9, 2018 13:52
-
-
Save petyosi/91f9912ca58649f92335edd107fbfd05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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