File tree Expand file tree Collapse file tree 1 file changed +9
-27
lines changed Expand file tree Collapse file tree 1 file changed +9
-27
lines changed Original file line number Diff line number Diff line change 6
6
<main class =" outline-none" tabindex =" 0" >
7
7
<DiffActionBar :diff-navigator =" diffNavigator" />
8
8
<section
9
- class ="
10
- flex flex-wrap
11
- items-stretch
12
- w-full
13
- gap-4
14
- font-mono
15
- text-gray-800
16
- dark:text-gray-50
17
- "
9
+ class =" flex flex-wrap items-stretch w-full gap-4 font-mono text-gray-800 dark:text-gray-50"
18
10
>
19
11
<div class =" flex w-full gap-4 space-around" >
20
12
<p
21
- class ="
22
- flex-grow-0 flex-shrink-0
23
- w-1/2
24
- text-lg
25
- font-bold
26
- text-center
27
- capitalize
28
- break-all
29
- "
13
+ class =" flex-grow-0 flex-shrink-0 w-1/2 text-lg font-bold text-center capitalize break-all "
30
14
>
31
15
<span class =" inline-block w-4/5" >{{ lhsLabel }}</span >
32
16
</p >
33
17
<p
34
- class ="
35
- flex-grow-0 flex-shrink-0
36
- w-1/2
37
- text-lg
38
- font-bold
39
- text-center
40
- capitalize
41
- break-all
42
- "
18
+ class =" flex-grow-0 flex-shrink-0 w-1/2 text-lg font-bold text-center capitalize break-all "
43
19
>
44
20
<span class =" inline-block w-4/5" >{{ rhsLabel }}</span >
45
21
</p >
@@ -132,6 +108,12 @@ export default Vue.extend({
132
108
}
133
109
)
134
110
}
111
+ this .$store .commit (' data/set' , {
112
+ lhs: this .lhs ,
113
+ rhs: this .rhs ,
114
+ lhsLabel: this .lhsLabel ,
115
+ rhsLabel: this .rhsLabel ,
116
+ })
135
117
}
136
118
})
137
119
},
You can’t perform that action at this time.
0 commit comments