Skip to content
代码片段 群组 项目
未验证 提交 1ce8fb85 编辑于 作者: paulr34's avatar paulr34 提交者: GitHub
浏览文件

Retrieving new description when switching packages (#1016)

上级 4861f737
No related branches found
No related tags found
无相关合并请求
......@@ -36,7 +36,7 @@ limitations under the License.
</q-toolbar-title>
<q-toolbar-title v-on:click.ctrl="showVersion" v-else>
Cluster Configurator:
{{ zclProperties != undefined ? zclProperties.description : '' }}
{{ zclProperties != undefined ? description : '' }}
</q-toolbar-title>
<q-btn
class="hidden"
......@@ -224,6 +224,12 @@ export default {
return this.$store.state.zap.selectedZapConfig?.zclProperties.category
},
},
description: {
get() {
return this.$store.state.zap.selectedZapConfig?.zclProperties
.description
},
},
miniState: {
get() {
return this.$store.state.zap.miniState
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册