File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
22
type =" text"
23
23
class =" flex-1 flex-grow-0 w-full bg-transparent rounded-md"
24
24
placeholder =" Add label to this text block"
25
+ value =" Original Text"
25
26
/>
26
27
</label >
27
28
<textarea
38
39
type =" text"
39
40
class =" flex-1 flex-grow-0 w-full bg-transparent rounded-md"
40
41
placeholder =" Add label to this text block"
42
+ value =" Changed text"
41
43
/>
42
44
<textarea
43
45
id =" rhs"
@@ -90,14 +92,14 @@ export default Vue.extend({
90
92
element: ' #lhsLabel' ,
91
93
popover: {
92
94
title: ' New feature' ,
93
- description: ' Now you can add labels to text blocks' ,
95
+ description: ' Now you can add custom labels to text blocks' ,
94
96
},
95
97
},
96
98
{
97
99
element: ' #rhsLabel' ,
98
100
popover: {
99
101
title: ' New feature' ,
100
- description: ' Now you can add labels to text blocks' ,
102
+ description: ' Now you can add custom labels to text blocks' ,
101
103
},
102
104
},
103
105
])
You can’t perform that action at this time.
0 commit comments