update
This commit is contained in:
parent
bf4b70506b
commit
e79d27601b
@ -13,7 +13,7 @@
|
|||||||
## 使用
|
## 使用
|
||||||
页面现在默认已经写好了,通过页面进行生成了
|
页面现在默认已经写好了,通过页面进行生成了
|
||||||
```
|
```
|
||||||
$(".download").click(() => {
|
$(".download").click(() => {
|
||||||
new html2canvas(document.getElementById('app'), {
|
new html2canvas(document.getElementById('app'), {
|
||||||
allowTaint: true,
|
allowTaint: true,
|
||||||
taintTest: true,
|
taintTest: true,
|
||||||
@ -49,5 +49,5 @@
|
|||||||
a.click()
|
a.click()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user