Sfoglia il codice sorgente

added material 'other'

tags/1.0.3
Alej 3 anni fa
parent
commit
52313787d0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vue-theme/src/utils/helpers.js

+ 1
- 1
vue-theme/src/utils/helpers.js Vedi File

3
     return type.charAt(0).toUpperCase() + type.slice(1)
3
     return type.charAt(0).toUpperCase() + type.slice(1)
4
 }
4
 }
5
 
5
 
6
-const materials = ['clay', 'fiber', 'glass', 'metal', 'paper', 'wood']
6
+const materials = ['clay', 'fiber', 'glass', 'metal', 'paper', 'wood', 'other']
7
 
7
 
8
 const sortTypes = {
8
 const sortTypes = {
9
     alpha: 'by-alpha',
9
     alpha: 'by-alpha',

Loading…
Annulla
Salva