wip: 图片裁剪
This commit is contained in:
14
src/views/Components/ImageCropping.vue
Normal file
14
src/views/Components/ImageCropping.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<script setup lang="ts">
|
||||
import { ContentWrap } from '@/components/ContentWrap'
|
||||
import { ImageCropping } from '@/components/ImageCropping'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ContentWrap title="图片裁剪">
|
||||
<ImageCropping
|
||||
:box-width="350"
|
||||
:box-height="380"
|
||||
image-url="https://images6.alphacoders.com/657/thumbbig-657194.webp"
|
||||
/>
|
||||
</ContentWrap>
|
||||
</template>
|
||||
Reference in New Issue
Block a user