push
github
503 of 772 branches covered (0.0%)
34 of 65 new or added lines in 14 files covered. (52.31%)
13502 existing lines in 185 files now uncovered.9060 of 34265 relevant lines covered (26.44%)
11.53 hits per line
1 |
<template>
|
|
UNCOV
2
|
<div> |
× |
UNCOV
3
|
<v-btn color="primary" :loading="loading" outlined @click="generatePdf"> |
× |
UNCOV
4
|
<v-icon>mdi-printer</v-icon> |
× |
UNCOV
5
|
<div class="mx-1"> |
× |
UNCOV
6
|
{{ $tc('components.print.printNuxt.downloadNuxtPdfButton.label') }} |
× |
UNCOV
7
|
</div> |
× |
UNCOV
8
|
</v-btn> |
× |
UNCOV
9
|
</div> |
× |
UNCOV
10
|
</template>
|
× |
UNCOV
11
|
|
× |
UNCOV
12
|
<script> |
× |
UNCOV
13
|
import { generatePdfMixin } from './generatePdfMixin.js' |
× |
UNCOV
14
|
|
× |
UNCOV
15
|
export default { |
× |
UNCOV
16
|
name: 'DownloadNuxtPdfButton', |
× |
UNCOV
17
|
mixins: [generatePdfMixin], |
× |
UNCOV
18
|
} |
× |
UNCOV
19
|
</script> |
× |