浏览代码

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

正在加载...
取消
保存