@@ -6,7 +6,7 @@ exports[`json: /path/to/project1/src/App.vue 1`] = `
6
6
</template >
7
7
8
8
<script >
9
- export default { } ;
9
+ export default { }
10
10
</script >
11
11
12
12
<i18n >
@@ -18,8 +18,7 @@ export default {};
18
18
\\" title\\ " : \\" アプリケーション\\ "
19
19
}
20
20
}
21
- </i18n >
22
- "
21
+ </i18n >"
23
22
` ;
24
23
25
24
exports [` json: /path/to/project1/src/components/Modal.vue 1` ] = `
@@ -28,7 +27,7 @@ exports[`json: /path/to/project1/src/components/Modal.vue 1`] = `
28
27
</template >
29
28
30
29
<script >
31
- export default { } ;
30
+ export default { }
32
31
</script >
33
32
34
33
<i18n locale =\\"en\\">
@@ -43,8 +42,7 @@ export default {};
43
42
\\" ok\\ " : \\" OK\\ " ,
44
43
\\" cancel\\ " : \\" キャンセル\\ "
45
44
}
46
- </i18n>
47
- "
45
+ </i18n>"
48
46
`;
49
47
50
48
exports[`json: /path/to/project1/src/components/nest/RankingTable.vue 1`] = `
@@ -53,7 +51,7 @@ exports[`json: /path/to/project1/src/components/nest/RankingTable.vue 1`] = `
53
51
</template>
54
52
55
53
<script>
56
- export default { } ;
54
+ export default {}
57
55
</script>
58
56
59
57
<i18n locale=\\" en\\">
@@ -74,8 +72,7 @@ export default {};
74
72
\\" score\\ " : \\" スコア\\ "
75
73
}
76
74
}
77
- </i18n>
78
- "
75
+ </i18n>"
79
76
`;
80
77
81
78
exports[`json: /path/to/project1/src/pages/Login.vue 1`] = `
@@ -84,7 +81,7 @@ exports[`json: /path/to/project1/src/pages/Login.vue 1`] = `
84
81
</template>
85
82
86
83
<script>
87
- export default { } ;
84
+ export default {}
88
85
</script>
89
86
90
87
<i18n>
@@ -105,8 +102,7 @@ export default {};
105
102
\\" confirm\\ " : \\" Confirm Password\\ " ,
106
103
\\" button\\ " : \\" Login\\ "
107
104
}
108
- </i18n>
109
- "
105
+ </i18n>"
110
106
`;
111
107
112
108
exports[`json5: /path/to/project1/src/components/Modal.vue 1`] = `
@@ -115,7 +111,7 @@ exports[`json5: /path/to/project1/src/components/Modal.vue 1`] = `
115
111
</template>
116
112
117
113
<script>
118
- export default { } ;
114
+ export default {}
119
115
</script>
120
116
121
117
<i18n lang=\\" json5\\" locale =\\"en\\">
@@ -130,8 +126,7 @@ export default {};
130
126
\\" ok\\ " : \\" OK\\ " ,
131
127
\\" cancel\\ " : \\" キャンセル\\ "
132
128
}
133
- </i18n>
134
- "
129
+ </i18n>"
135
130
`;
136
131
137
132
exports[`not full localitation: /path/to/project1/src/App.vue 1`] = `
@@ -140,7 +135,7 @@ exports[`not full localitation: /path/to/project1/src/App.vue 1`] = `
140
135
</template>
141
136
142
137
<script>
143
- export default { } ;
138
+ export default {}
144
139
</script>
145
140
146
141
<i18n>
@@ -152,8 +147,7 @@ export default {};
152
147
\\" title\\ " : \\" アプリケーション\\ "
153
148
}
154
149
}
155
- </i18n>
156
- "
150
+ </i18n>"
157
151
`;
158
152
159
153
exports[`not full localitation: /path/to/project1/src/components/Modal.vue 1`] = `
@@ -162,7 +156,7 @@ exports[`not full localitation: /path/to/project1/src/components/Modal.vue 1`] =
162
156
</template>
163
157
164
158
<script>
165
- export default { } ;
159
+ export default {}
166
160
</script>
167
161
168
162
<i18n locale=\\" en\\">
@@ -177,8 +171,7 @@ export default {};
177
171
\\" ok\\ " : \\" OK\\ " ,
178
172
\\" cancel\\ " : \\" キャンセル\\ "
179
173
}
180
- </i18n>
181
- "
174
+ </i18n>"
182
175
`;
183
176
184
177
exports[`not full localitation: /path/to/project1/src/components/nest/RankingTable.vue 1`] = `
@@ -187,7 +180,7 @@ exports[`not full localitation: /path/to/project1/src/components/nest/RankingTab
187
180
</template>
188
181
189
182
<script>
190
- export default { } ;
183
+ export default {}
191
184
</script>
192
185
193
186
<i18n locale=\\" en\\">
@@ -208,8 +201,7 @@ export default {};
208
201
\\" score\\ " : \\" スコア\\ "
209
202
}
210
203
}
211
- </i18n>
212
- "
204
+ </i18n>"
213
205
`;
214
206
215
207
exports[`not full localitation: /path/to/project1/src/pages/Login.vue 1`] = `
@@ -218,7 +210,7 @@ exports[`not full localitation: /path/to/project1/src/pages/Login.vue 1`] = `
218
210
</template>
219
211
220
212
<script>
221
- export default { } ;
213
+ export default {}
222
214
</script>
223
215
224
216
<i18n>
@@ -230,8 +222,7 @@ export default {};
230
222
\\" button\\ " : \\" ログイン\\ "
231
223
}
232
224
}
233
- </i18n>
234
- "
225
+ </i18n>"
235
226
`;
236
227
237
228
exports[`yaml: /path/to/project1/src/components/Modal.vue 1`] = `
@@ -240,7 +231,7 @@ exports[`yaml: /path/to/project1/src/components/Modal.vue 1`] = `
240
231
</template>
241
232
242
233
<script>
243
- export default { } ;
234
+ export default {}
244
235
</script>
245
236
246
237
<i18n lang=\\" yaml\\" locale =\\"en\\">
@@ -251,6 +242,5 @@ cancel: Cancel
251
242
<i18n lang =\\"yml\\" locale =\\"ja\\">
252
243
ok: OK
253
244
cancel: キャンセル
254
- </i18n>
255
- "
245
+ </i18n>"
256
246
`;
0 commit comments