@cmstops/pro-compo 0.3.4 → 0.3.5

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.
@@ -2,7 +2,7 @@ import { defineComponent, ref, computed, onMounted, onBeforeUnmount, openBlock,
2
2
  import { Spin, Select, Option, Button, Message } from "@arco-design/web-vue";
3
3
  import { IconQrcode } from "@arco-design/web-vue/es/icon";
4
4
  import html2canvas from "html2canvas";
5
- import QRCode from "qrcodejs2";
5
+ import QRCode from "qrcodejs2-fix";
6
6
  import { getSpaceDate } from "../../../../utils/date.js";
7
7
  import { generateDocPreviewLink } from "../../../script/api.js";
8
8
  const _hoisted_1 = { class: "preview-qrcode-iframe-container-v" };
@@ -3,7 +3,7 @@ var vue = require("vue");
3
3
  var webVue = require("@arco-design/web-vue");
4
4
  var icon = require("@arco-design/web-vue/es/icon");
5
5
  var html2canvas = require("html2canvas");
6
- var QRCode = require("qrcodejs2");
6
+ var QRCode = require("qrcodejs2-fix");
7
7
  var date = require("../../../../utils/date.js");
8
8
  var api = require("../../../script/api.js");
9
9
  function _interopDefaultLegacy(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",
@@ -106,7 +106,7 @@
106
106
  "less-loader": "^7.3.0",
107
107
  "lint-staged": "^10.5.3",
108
108
  "prettier": "^2.2.1",
109
- "qrcodejs2": "^0.0.2",
109
+ "qrcodejs2-fix": "^0.0.1",
110
110
  "stylelint": "^13.8.0",
111
111
  "stylelint-config-prettier": "^8.0.2",
112
112
  "stylelint-config-rational-order": "^0.1.2",