Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions libraries/mobile-ui/src/tabs/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,15 @@ namespace nasl.ui {
settable: true,
})
disabled: nasl.core.Boolean = false;
@Prop({
group: '主要属性',
title: '懒渲染',
description: '是否在切换标签时才渲染标签内容',
setter: {
concept: "SwitchSetter"
}
})
lazyRender: nasl.core.Boolean = true;
@Event({
title: '点击标签',
description: '点击标签时触发'
Expand Down
Loading