Skip to content

Instantly share code, notes, and snippets.

@uno-de-piera
Created May 28, 2018 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uno-de-piera/cbc4ae26283a52bc10f13dee3db71d18 to your computer and use it in GitHub Desktop.
Save uno-de-piera/cbc4ae26283a52bc10f13dee3db71d18 to your computer and use it in GitHub Desktop.
<template>
<div class="home">
<img src="../assets/logo.png">
<CountDown :seconds="1212" />
<CountDown :seconds="650" />
<CountDown :seconds="320" />
</div>
</template>
<script>
import CountDown from '@/components/CountDown.vue'
export default {
name: 'home',
components: {
CountDown
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment