Guest User

Untitled

a guest
Feb 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <template>
  2. <div id="app">
  3. <munro-grid></munro-grid>
  4. </div>
  5. </template>
  6. <script>
  7. import MunroGrid from './components/MunroGrid';
  8. export default {
  9. name: 'app',
  10. data() {
  11. return {
  12. }
  13. },
  14. components: {
  15. MunroGrid
  16. }
  17. }
  18. </script>
Add Comment
Please, Sign In to add comment