Skip to content

Commit 9fa2c16

Browse files
Merge pull request #11 from webdevnerdstuff/dev
Dev
2 parents 987c060 + e2a175c commit 9fa2c16

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)