Skip to content

repository used to add a README.md to your GitHub profile

Notifications You must be signed in to change notification settings

darioTecchia/dariotecchia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

<template>
  <h1>Hi!</h1>
</template>

<script>
  export default {
    methods: {
      getInfoAboutMe() {
        return {
          name: 'Dario',
          lastName: 'Tecchia',
          dob: '16 Sep 1994'
        }
      },
      getCurrentWorkplace() {
        return {
          workplace: {
            company: 'NTT Data Italia',
            position: 'Digital Engineer'
          }
        };
      }
    }
  };
</script>

<style lang="scss" scoped>
  
</style>

About

repository used to add a README.md to your GitHub profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published