瀏覽代碼

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',

Loading…
取消
儲存