html2canvas使用中报 Error: Element is not attached to a Document
需要注意的是:绘图要选择的dom元素必须是原生元素,不能使用ui库元素,如用iview中的就会报错。Error:ElementisnotattachedtoaDocument。下面代码可以看到,绘图的元素this.$refs.imgTransf指向的是div元素,这样是没有问题的,但是我把绘图的元素this.$refs.imgTransf指向的是ui库的元素就会报Elementisnotattac