tailwind-testing #1

Merged
Ajdj100 merged 7 commits from tailwind-testing into master 2023-05-31 21:02:45 -05:00
3 changed files with 7 additions and 4 deletions
Showing only changes of commit 23af21afe8 - Show all commits

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])