Prepped for graphql stuff (it just wanted me to commit my changes first lol)

This commit is contained in:
ajdj100
2023-05-31 19:24:23 -04:00
parent f63135e2f2
commit 23af21afe8
3 changed files with 7 additions and 4 deletions

View File

@@ -1,13 +1,17 @@
<script> <script>
// import {subnav} from './profileSubNav.vue'
export default { export default {
name: 'profileHeader', name: 'profileHeader',
data() { data() {
return { return {
count: 0 count: 0
} }
} },
// components: {
// subnav,
// }
} }
</script> </script>
<template> <template>

View File

@@ -8,7 +8,7 @@ import { RouterLink } from 'vue-router'
link: String, link: String,
content: String, content: String,
active: Boolean active: Boolean
} },
} }
</script> </script>

View File

@@ -49,7 +49,6 @@ export default {
ListboxOptions, ListboxOptions,
Icon, Icon,
}, },
} }
// const unitFilter = ref(unitFilters[1]) // const unitFilter = ref(unitFilters[1])