aboutsummaryrefslogtreecommitdiff
path: root/pages/page1.vue
blob: ae979441da5b3b0f725d70d39c53a5c34f5da7e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<template>
  <div>
    <h1>Où est le chef de la paye?</h1>
    <!-- Reveal animation here -->
    <p>C'est Xi Jinping.</p>
  </div>
</template>

<script>
export default {
  components: {},
}
</script>