Skip to content

Commit 8b94c0d

Browse files
committed
fix: added default labels to text blocks
1 parent 2269d3b commit 8b94c0d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/index.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
type="text"
2323
class="flex-1 flex-grow-0 w-full bg-transparent rounded-md"
2424
placeholder="Add label to this text block"
25+
value="Original Text"
2526
/>
2627
</label>
2728
<textarea
@@ -38,6 +39,7 @@
3839
type="text"
3940
class="flex-1 flex-grow-0 w-full bg-transparent rounded-md"
4041
placeholder="Add label to this text block"
42+
value="Changed text"
4143
/>
4244
<textarea
4345
id="rhs"
@@ -90,14 +92,14 @@ export default Vue.extend({
9092
element: '#lhsLabel',
9193
popover: {
9294
title: 'New feature',
93-
description: 'Now you can add labels to text blocks',
95+
description: 'Now you can add custom labels to text blocks',
9496
},
9597
},
9698
{
9799
element: '#rhsLabel',
98100
popover: {
99101
title: 'New feature',
100-
description: 'Now you can add labels to text blocks',
102+
description: 'Now you can add custom labels to text blocks',
101103
},
102104
},
103105
])

0 commit comments

Comments
 (0)