forked from DebaucheryLibrarian/traxxx
Extended cup size filter range.
This commit is contained in:
parent
c2779658c6
commit
9909bbeba5
|
@ -154,7 +154,7 @@ import Range from '../form/range.vue';
|
|||
import Pagination from '../pagination/pagination.vue';
|
||||
|
||||
const toggleValues = [true, undefined, false];
|
||||
const boobSizes = 'ABCDEFZ'.split('');
|
||||
const boobSizes = 'ABCDEFGHZ'.split('');
|
||||
|
||||
function updateFilters() {
|
||||
this.$router.push({
|
||||
|
|
Loading…
Reference in New Issue