save
This commit is contained in:
parent
bd2d533813
commit
f87299ac6f
|
@ -4,11 +4,10 @@ import { VueCropper } from 'vue-cropper'
|
|||
import 'vue-cropper/dist/index.css'
|
||||
import upload from './upload'
|
||||
import { v4 as uuid } from "uuid"
|
||||
import { MdCroprotateRound } from "oh-vue-icons/icons";
|
||||
import { OhVueIcon, addIcons } from 'oh-vue-icons'
|
||||
import { MdCroprotateRound, BiPlusLg } from "oh-vue-icons/icons";
|
||||
import { OhVueIcon, addIcons, } from 'oh-vue-icons'
|
||||
import NativeColorPicker from './NativeColorPicker'
|
||||
|
||||
addIcons(MdCroprotateRound)
|
||||
addIcons(MdCroprotateRound, BiPlusLg)
|
||||
|
||||
export default defineComponent({
|
||||
|
||||
|
@ -152,11 +151,12 @@ export default defineComponent({
|
|||
|
||||
</div>
|
||||
</Modal >
|
||||
<div class="w-full h-full bg-red-500"
|
||||
<div class="w-full h-full bg-white flex items-center justify-center"
|
||||
onClick={() => {
|
||||
inputRef.value?.click?.()
|
||||
}}
|
||||
>
|
||||
<OhVueIcon name={BiPlusLg.name} fill='#666666' scale={2}></OhVueIcon>
|
||||
</div>
|
||||
<input
|
||||
ref={inputRef}
|
||||
|
|
Loading…
Reference in New Issue