UNPKG

vue-easy-print

Version:

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

7 lines (5 loc) 172 B
import vueEasyPrint from './src/index.vue'; vueEasyPrint.install = function(Vue) { Vue.component(vueEasyPrint.name, vueEasyPrint); }; export default vueEasyPrint;