aboutsummaryrefslogtreecommitdiff
path: root/pages/population.vue
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-10-11 16:53:57 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-10-11 16:53:57 -0400
commit16097e4fd0d87a45820aa578eea232b3336d166f (patch)
treee50c4bfe5d1ee85ba9abc80b3bf84fa557116ef7 /pages/population.vue
parente843b8e40b01026a4d9a738b5321b6850f9e3573 (diff)
downloadchine-projet-16097e4fd0d87a45820aa578eea232b3336d166f.tar.gz
chine-projet-16097e4fd0d87a45820aa578eea232b3336d166f.tar.bz2
chine-projet-16097e4fd0d87a45820aa578eea232b3336d166f.zip
Major changes
Diffstat (limited to 'pages/population.vue')
-rw-r--r--pages/population.vue12
1 files changed, 12 insertions, 0 deletions
diff --git a/pages/population.vue b/pages/population.vue
new file mode 100644
index 0000000..71f039b
--- /dev/null
+++ b/pages/population.vue
@@ -0,0 +1,12 @@
+<template>
+ <div>
+ <h1>Le population de Chine</h1>
+ <p>Population est 1,440,722,001</p>
+ </div>
+</template>
+
+<script>
+export default {
+ components: {},
+}
+</script>