chrome-print

1.0.4 • Public • Published

使用Chrome-print

仅在Chrome中调用

  1. 在cmd中下载包
npm i chrome-print
  1. 在mian.js引入
import print from "chrome-print";
Vue.use(print);
  1. 在Vue中使用
<template>
    <div ref="print">
        print me
    </div>
	<button @click="printContext" id="print">
        打印
    </button>
</template>

<script>
	...
    
    printContext() {
      this.$print(this.$refs.print);
    },
    
    ...
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i chrome-print

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

13.8 kB

Total Files

5

Last publish

Collaborators

  • zijieyuan