aboutsummaryrefslogtreecommitdiff
path: root/pages/index.vue
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-22 10:38:26 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-22 10:38:26 -0400
commit0ec77648211d343a7400e6e09fe5a2b3c500b564 (patch)
treed95cb7172b983e53b289c7b1e0e9e276c8f23e33 /pages/index.vue
downloadpersonal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.gz
personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.tar.bz2
personal-website-0ec77648211d343a7400e6e09fe5a2b3c500b564.zip
Inital rewrite
Diffstat (limited to 'pages/index.vue')
-rw-r--r--pages/index.vue20
1 files changed, 20 insertions, 0 deletions
diff --git a/pages/index.vue b/pages/index.vue
new file mode 100644
index 0000000..d5947e9
--- /dev/null
+++ b/pages/index.vue
@@ -0,0 +1,20 @@
+<template>
+ <div>
+ <b-container>
+ <b-button>Button</b-button>
+ </b-container>
+ </div>
+</template>
+
+<script>
+ export default {
+ name: "index",
+ head: {
+ title: "Home"
+ }
+ }
+</script>
+
+<style scoped>
+
+</style> \ No newline at end of file