Skip to content

Commit e2a175c

Browse files
Added runText prop
1 parent f033556 commit e2a175c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/Sections/PropsSection.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ const componentProps = {
158158
default: false,
159159
description: 'To show the run tab.',
160160
},
161+
runText: {
162+
type: 'String',
163+
required: false,
164+
default: 'Run',
165+
description: 'The text to be displayed on the run tab.',
166+
},
161167
tabGap: {
162168
type: 'String',
163169
required: false,

0 commit comments

Comments
 (0)