feat: 新增种类数量识别

This commit is contained in:
MTrun
2022-01-14 22:18:47 +08:00
parent 2b83ea6452
commit ae71e13c6d
2 changed files with 10 additions and 2 deletions
@@ -30,7 +30,11 @@
:repeat="2"
style="width: 90%;"
/>
<OptionContent v-if="selectOptions" :selectOptions="selectOptions" :key="selectValue" />
<OptionContent
v-if="selectOptions"
:selectOptions="selectOptions"
:key="selectValue"
/>
</div>
</div>
</aside>