Open Jussiadev opened 7 years ago
I need, that component was on a page '/brands' or '/brand'. I try, but it does't work
<div v-if="brandsOrBrand"> <AlphabetSearch/> </div>
in script
computed: { brandsOrBrand() { return this.$route.fullPath == '/brands' || this.$route.fullPath == '/brand'; }
I need, that component was on a page '/brands' or '/brand'. I try, but it does't work
in script