Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-29 22:14:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a945bf1c8c9eb952cbfc82fd4d239a2a332b674e
a945bf1c
1 parent
db7146f8
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/views/html2canvas.vue
src/views/html2canvas.vue
View file @
a945bf1
...
@@ -67,6 +67,7 @@ export default {
...
@@ -67,6 +67,7 @@ export default {
67
})
67
})
68
.catch(error => {
68
.catch(error => {
69
console.error("绘制失败");
69
console.error("绘制失败");
70
+
console.error(error);
70
});
71
});
71
});
72
});
72
},
73
},
...
...
Please
register
or
login
to post a comment