UNPKG

vue-easy-print

Version:

Use the vue component slot for template printing Use iframe to copy the print area

8 lines (6 loc) 202 B
import VueComponent from './lib/vue-easy-print.vue' export function install(Vue) { Vue.component(VueComponent.name, VueComponent) /* -- Add more components here -- */ } export default VueComponent