@@ -15,7 +15,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
15
15
<div
16
16
style = " display: none;"
17
17
>
18
-
18
+
19
19
<span
20
20
data-id = " 1"
21
21
>
@@ -36,7 +36,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
36
36
>
37
37
Series
38
38
</span >
39
-
39
+
40
40
</div >
41
41
<!--v-if-->
42
42
<!--v-if-->
@@ -52,13 +52,13 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
52
52
<tr >
53
53
<!--v-if-->
54
54
<!--v-if-->
55
-
55
+
56
56
<th
57
57
class = " "
58
58
draggable = " false"
59
59
>
60
60
<span >
61
- Name
61
+ Name
62
62
<span
63
63
class = " th-wrap sort-icon"
64
64
style = " display: none;"
@@ -78,7 +78,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
78
78
draggable = " false"
79
79
>
80
80
<span >
81
- Artist
81
+ Artist
82
82
<span
83
83
class = " th-wrap sort-icon"
84
84
style = " display: none;"
@@ -98,7 +98,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
98
98
draggable = " false"
99
99
>
100
100
<span >
101
- BPM
101
+ BPM
102
102
<span
103
103
class = " th-wrap sort-icon"
104
104
style = " display: none;"
@@ -118,7 +118,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
118
118
draggable = " false"
119
119
>
120
120
<span >
121
- Series
121
+ Series
122
122
<span
123
123
class = " th-wrap sort-icon"
124
124
style = " display: none;"
@@ -133,17 +133,17 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
133
133
</span >
134
134
</span >
135
135
</th >
136
-
136
+
137
137
<!--v-if-->
138
138
</tr >
139
139
<tr >
140
140
<!--v-if-->
141
141
<!--v-if-->
142
-
142
+
143
143
<th
144
144
class = " "
145
145
>
146
-
146
+
147
147
<div
148
148
class = " control"
149
149
>
@@ -157,12 +157,12 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
157
157
<!--v-if-->
158
158
<!--v-if-->
159
159
</div >
160
-
160
+
161
161
</th >
162
162
<th
163
163
class = " "
164
164
>
165
-
165
+
166
166
<div
167
167
class = " control"
168
168
>
@@ -176,7 +176,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
176
176
<!--v-if-->
177
177
<!--v-if-->
178
178
</div >
179
-
179
+
180
180
</th >
181
181
<th
182
182
class = " "
@@ -188,21 +188,21 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
188
188
>
189
189
<!--v-if-->
190
190
</th >
191
-
191
+
192
192
<!--v-if-->
193
193
</tr >
194
194
<!--v-if-->
195
195
</thead >
196
196
<tbody >
197
-
198
-
197
+
198
+
199
199
<tr
200
200
class = " "
201
201
draggable = " false"
202
202
>
203
203
<!--v-if-->
204
204
<!--v-if-->
205
-
205
+
206
206
<td
207
207
class = " "
208
208
data-label = " Name"
@@ -236,7 +236,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
236
236
<div
237
237
class = " buttons"
238
238
>
239
-
239
+
240
240
<a
241
241
class = " button is-small"
242
242
style = " background-color: mediumblue; color: rgb(255, 255, 255);"
@@ -247,25 +247,25 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
247
247
2nd
248
248
</span >
249
249
</a >
250
-
250
+
251
251
</div >
252
252
</td >
253
-
253
+
254
254
<!--v-if-->
255
255
</tr >
256
256
<transition-stub >
257
257
<!--v-if-->
258
258
</transition-stub >
259
259
<!--v-if-->
260
-
261
-
260
+
261
+
262
262
<tr
263
263
class = " "
264
264
draggable = " false"
265
265
>
266
266
<!--v-if-->
267
267
<!--v-if-->
268
-
268
+
269
269
<td
270
270
class = " "
271
271
data-label = " Name"
@@ -299,7 +299,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
299
299
<div
300
300
class = " buttons"
301
301
>
302
-
302
+
303
303
<a
304
304
class = " button is-small"
305
305
style = " background-color: darkviolet; color: rgb(255, 255, 255);"
@@ -320,35 +320,35 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
320
320
2nd
321
321
</span >
322
322
</a >
323
-
323
+
324
324
</div >
325
325
</td >
326
-
326
+
327
327
<!--v-if-->
328
328
</tr >
329
329
<transition-stub >
330
330
<!--v-if-->
331
331
</transition-stub >
332
332
<!--v-if-->
333
-
334
-
333
+
334
+
335
335
<!--v-if-->
336
336
</tbody >
337
337
<!--v-if-->
338
338
</table >
339
-
339
+
340
340
<transition-stub >
341
341
<!--v-if-->
342
342
</transition-stub >
343
-
343
+
344
344
</div >
345
-
345
+
346
346
<div
347
347
class = " level"
348
348
>
349
349
<div >
350
-
351
-
350
+
351
+
352
352
</div >
353
353
<div >
354
354
<div >
@@ -361,7 +361,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
361
361
href = " #"
362
362
role = " button"
363
363
>
364
-
364
+
365
365
<span
366
366
aria-hidden = " true"
367
367
class = " icon"
@@ -370,15 +370,15 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
370
370
class = " mdi mdi-chevron-left mdi-24px"
371
371
/>
372
372
</span >
373
-
373
+
374
374
</a >
375
375
<a
376
376
aria-current = " false"
377
377
class = " pagination-link pagination-next is-disabled pagination-next is-disabled"
378
378
href = " #"
379
379
role = " button"
380
380
>
381
-
381
+
382
382
<span
383
383
aria-hidden = " true"
384
384
class = " icon"
@@ -387,7 +387,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
387
387
class = " mdi mdi-chevron-right mdi-24px"
388
388
/>
389
389
</span >
390
-
390
+
391
391
</a >
392
392
<ul
393
393
class = " pagination-list"
@@ -396,20 +396,20 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
396
396
<!--v-if-->
397
397
<!--v-if-->
398
398
<!--Pages-->
399
-
399
+
400
400
<li >
401
401
<a
402
402
aria-current = " true"
403
403
class = " pagination-link is-current"
404
404
href = " #"
405
405
role = " button"
406
406
>
407
-
407
+
408
408
1
409
-
409
+
410
410
</a >
411
411
</li >
412
-
412
+
413
413
<!--Last-->
414
414
<!--v-if-->
415
415
<!--v-if-->
@@ -418,7 +418,7 @@ exports[`pages/songs/index.vue > snapshot test > renders song info 1`] = `
418
418
</div >
419
419
</div >
420
420
</div >
421
-
421
+
422
422
</div >
423
423
</section >
424
424
` ;
0 commit comments