1.1.0 • Published 8 months ago

element-easy-print v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

更新记录

修复 css 污染问题

安装

npm install element-easy-print --save

文档地址

案例

仅供演示具体去文档地址

import {
      EasyPrint,
    PreviewPrint
} from 'element-easy-print'
import elementEasyPrint from 'element-easy-print'
import 'element-easy-print/dist/style.css'
app.use(elementEasyPrint);
<template>
  <div class="p20 h100 test ">
    <EasyPrint />
  </div>
</template>
<script setup lang="ts">
import { ref, reactive, onMounted } from "vue";
import { useRouter, useRoute } from "vue-router";
</script>
<style scoped lang="scss">
.test{
  padding: 20px;
}
</style>

"vue3-sketch-ruler": "^2.0.9"

Sketch尺子

提示

如果无法安装请切换npm官方镜像 npm config set registry https://registry.npmjs.org/ 同步yarn 淘宝镜像需要时间 如果是历史版本就没问题

  1. 提示esBuild.exe 建议重启项目就没问题了 或者删除原来的node_modules
1.1.0

8 months ago

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago