forked from yoone/WEB
1
0
Fork 0
WEB/src/pages/Product/Attribute/consts.ts

9 lines
144 B
TypeScript

// 限定允许管理的字典名称集合
export const attributes = new Set([
'brand',
'strength',
'flavor',
'size',
'humidity',
]);