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