chore: update dependencies and vue-types has breakchange

This commit is contained in:
xiaoxian521
2023-03-01 19:20:44 +08:00
parent fe8e84ec9f
commit 30eddc1373
7 changed files with 414 additions and 339 deletions

View File

@@ -8,7 +8,7 @@ import {
defineComponent
} from "vue";
import "./index.scss";
import { propTypes } from "@/utils/propTypes";
import propTypes from "@/utils/propTypes";
import { isString, cloneDeep } from "@pureadmin/utils";
import QRCode, { QRCodeRenderersOptions } from "qrcode";
import RefreshRight from "@iconify-icons/ep/refresh-right";