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