mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 17:07:19 +08:00
fix: 修复图片裁剪组件问题
This commit is contained in:
parent
75afd44e7a
commit
fe2cf22e23
@ -1,7 +1,7 @@
|
|||||||
import type { CSSProperties } from "vue";
|
import type { CSSProperties } from "vue";
|
||||||
import {
|
import {
|
||||||
defineComponent,
|
defineComponent,
|
||||||
onBeforeMount,
|
onMounted,
|
||||||
nextTick,
|
nextTick,
|
||||||
ref,
|
ref,
|
||||||
unref,
|
unref,
|
||||||
@ -113,7 +113,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
onBeforeMount(() => {
|
onMounted(() => {
|
||||||
nextTick(() => {
|
nextTick(() => {
|
||||||
init();
|
init();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user