Skip to content

Commit

Permalink
feat: add Sample page
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwa committed Mar 29, 2020
1 parent 9335ff3 commit e0d7bf3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/views/Sample.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<template>
<div class="sample"><h2>Sample</h2></div>
</template>

<script>
export default {
name: 'Sample'
}
</script>

<style lang="sass" scoped>
.sample
width: 100%
height: 100%
</style>

0 comments on commit e0d7bf3

Please # to comment.