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 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
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 ])
You can’t perform that action at this time.
0 commit comments