cv.vue 124 B

1234567891011
  1. <template>
  2. <h1>I am CV page</h1>
  3. </template>
  4. <script>
  5. export default {
  6. head: {
  7. title: 'CV | Nuxtjs'
  8. }
  9. }
  10. </script>