Add more possible buttons
This commit is contained in:
@@ -21,6 +21,17 @@ const possibleLabels = [
|
||||
'Rosebud',
|
||||
'You show that customer',
|
||||
'Do it for Berend',
|
||||
'To the bad cave!',
|
||||
'The more you earn, the more you learn',
|
||||
'Fortune sides with him who dares',
|
||||
'Up, Up, Down, Down, Left, Right, Left, Right, B, A.',
|
||||
'Show me the money',
|
||||
'Something for nothing',
|
||||
'There is no cow level',
|
||||
'WhatIsBestInLife',
|
||||
'RealMenDrillDeep',
|
||||
'WhySoSerious',
|
||||
'IAmIronMan',
|
||||
];
|
||||
const label = randomLabel(possibleLabels);
|
||||
|
||||
@@ -72,4 +83,4 @@ function onClick() {
|
||||
{{ label.label.value }}
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user