aboutsummaryrefslogtreecommitdiff
path: root/pages/population.vue
blob: 71f039b8e9d35b5c861d19785450279174cc60d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<template>
  <div>
    <h1>Le population de Chine</h1>
    <p>Population est 1,440,722,001</p>
  </div>
</template>

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