diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:21:05 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:21:05 +0200 |
commit | f97bd6dcbcaedfd2255bb27360dbc8361a02100c (patch) | |
tree | 556cd603c6f3d9d34a640649dba7071d07a8c5db /pages |
Init
Diffstat (limited to 'pages')
-rw-r--r-- | pages/index.vue | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue new file mode 100644 index 0000000..3aa1b98 --- /dev/null +++ b/pages/index.vue @@ -0,0 +1,9 @@ +<template lang="pug"> + h1 Hello +</template> + +<script> +export default { + name: "IndexPage", +}; +</script> |