skeletons

This commit is contained in:
Barak Michener 2018-02-26 22:41:46 -08:00
parent 9b21ae50b1
commit 5a6e686ab3
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,19 @@
<template>
</template>
<script>
//import header from './header.vue'
export default {
name: 'components',
data () {
return {
msg: 'Hello World'
}
}
}
</script>
<style>
</style>