Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dddbb commit 53803d0Copy full SHA for 53803d0
src/views/pdf/download.vue
@@ -26,17 +26,17 @@ export default {
26
},
27
methods: {
28
fetchData() {
29
- import('./content.js').then(data => {
30
- const { title } = data.default
31
- document.title = title
32
- this.article = data.default
33
- setTimeout(() => {
34
- this.fullscreenLoading = false
35
- this.$nextTick(() => {
36
- window.print()
37
- })
38
- }, 3000)
39
+ import('./content.js').then(data => {
+ const { title } = data.default
+ document.title = title
+ this.article = data.default
+ setTimeout(() => {
+ this.fullscreenLoading = false
+ this.$nextTick(() => {
+ window.print()
+ })
+ }, 3000)
40
}
41
42
0 commit comments