Browse Source

chore: fix eslint warning

main
刘凯 1 year ago
parent
commit
0af38d8fde
  1. 2
      src/views/product/components/Model.vue

2
src/views/product/components/Model.vue

@ -42,7 +42,7 @@ const {
</a-button>
</JsonPreviewModal>
</div>
<Alert icon type="info" show-icon class="py-4px text-13px" message="产品模型用于描述设备具备的能力和特性。通过定义产品模型,在平台构建一款设备的抽象模型,使平台理解该款设备支持的服务、属性、命令等信息,如颜色、开关等。当定义完一款产品模型后,在进行注册设备时,就可以使用在控制台上定义的产品模型。" />
<Alert type="info" show-icon class="py-4px text-13px" message="产品模型用于描述设备具备的能力和特性。通过定义产品模型,在平台构建一款设备的抽象模型,使平台理解该款设备支持的服务、属性、命令等信息,如颜色、开关等。当定义完一款产品模型后,在进行注册设备时,就可以使用在控制台上定义的产品模型。" />
<div flex="~ gap-12px" mt="12px">
<div w="20%">

Loading…
Cancel
Save