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>
// import {subnav} from './profileSubNav.vue'
export default {
name: 'profileHeader',
data() {
return {
count: 0
}
}
},
// components: {
// subnav,
// }
}
</script>
<template>

View File

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

View File

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