UNPKG
pic-template
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Vue Component for html2canvas (https://html2canvas.hertzen.com/).
github.com/BianTan/pic-template
pic-template
/
index.js
8 lines
(7 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
PicTemplate
from
'./src/PicTemplate.vue'
export
default
{
PicTemplate
,
install
(
app
) { app.
component
(
'PicTemplate'
,
PicTemplate
) } }