ソースを参照

added material 'other'

tags/1.0.3
Alej 3年前
コミット
52313787d0
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      vue-theme/src/utils/helpers.js

+ 1
- 1
vue-theme/src/utils/helpers.js ファイルの表示

@@ -3,7 +3,7 @@ const convertTitleCase = type => {
3 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 8
 const sortTypes = {
9 9
     alpha: 'by-alpha',

読み込み中…
キャンセル
保存