refactor: use setup refactor

This commit is contained in:
xiaoxian521
2021-09-18 12:44:31 +08:00
parent ff329b1e8e
commit 67db3cb1c3
10 changed files with 548 additions and 584 deletions

View File

@@ -4,7 +4,7 @@ import Cropper from "/@/components/ReCropper";
import img from "./picture.jpeg";
const instance = getCurrentInstance();
let info = ref<object>("");
let info = ref<object>(null);
let cropperImg = ref<string>("");
const onCropper = (): void => {