aboutsummaryrefslogtreecommitdiff
path: root/pages/index.vue
blob: 2500dd227e8adb255bd1413d268eba24949314b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <div>
    <h1>La paye de Chine</h1>
    <p>Par Andrew Lee</p>
  </div>
</template>

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