Prepped for graphql stuff (it just wanted me to commit my changes first lol)
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
<script>
|
||||
// import {subnav} from './profileSubNav.vue'
|
||||
|
||||
export default {
|
||||
name: 'profileHeader',
|
||||
data() {
|
||||
return {
|
||||
count: 0
|
||||
}
|
||||
}
|
||||
},
|
||||
// components: {
|
||||
// subnav,
|
||||
// }
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -8,7 +8,7 @@ import { RouterLink } from 'vue-router'
|
||||
link: String,
|
||||
content: String,
|
||||
active: Boolean
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
@@ -49,7 +49,6 @@ export default {
|
||||
ListboxOptions,
|
||||
Icon,
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
// const unitFilter = ref(unitFilters[1])
|
||||
|
||||
Reference in New Issue
Block a user