feat(工具箱): 处理工具箱分类“enabled”属性
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<!-- 分类项 -->
|
||||
<n-collapse-item
|
||||
v-for="categoryItem in toolList"
|
||||
v-show="categoryItem.enabled"
|
||||
:key="categoryItem.id"
|
||||
:name="categoryItem.id"
|
||||
:title="categoryItem.title"
|
||||
|
Reference in New Issue
Block a user