print-center-vue2 1.2.12 → 1.2.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/index.js +2727 -2188
- package/js/jspdf/jspdf.umd.min copy.js +20079 -0
- package/package.json +1 -1
- package/print-center-vue2-1.2.13.tgz +0 -0
- package/style.css +1 -1
- package/index.js.map +0 -1
- package/print-center-vue2-1.2.12.tgz +0 -0
package/README.md
CHANGED
|
@@ -18,6 +18,7 @@ app.use(PrintCenter)
|
|
|
18
18
|
|
|
19
19
|
```js
|
|
20
20
|
// vue2
|
|
21
|
+
import 'print-center-vue2/style.css'
|
|
21
22
|
import PrintCenter from 'print-center-vue2'
|
|
22
23
|
app.use(PrintCenter)
|
|
23
24
|
```
|
|
@@ -238,3 +239,7 @@ Vue.prototype.jspdf = jspdf
|
|
|
238
239
|
2. 预览界面国际化(中英文);
|
|
239
240
|
3. 分页打印:页面内容超出时分页打印有时失效问题修复;
|
|
240
241
|
4. 栅格组件2.0版本,宽度单位为百分比;
|
|
242
|
+
|
|
243
|
+
### v1.2.13(vue2)
|
|
244
|
+
|
|
245
|
+
1. 国际化无法正确使用问题修复;
|