Git Product home page Git Product logo

Comments (6)

derlans avatar derlans commented on June 22, 2024

In the previous code, props.avatar was not responsive, and in the latest version, I fixed this issue

from vue-avatar-upload.

1Map avatar 1Map commented on June 22, 2024

Thanks working 100%. How can I reset the image position and zoom when I re-open my component? Like avatar property, is width/height/top/left also dynamic properties, in other words watches?

from vue-avatar-upload.

derlans avatar derlans commented on June 22, 2024

Currently, resetting these properties outside of the component is not supported. Width/height/top/left are not dynamic properties. I recommend adding a key to the component and updating the key when these properties need to be recharged. This may result in some performance loss, but there is currently no other way to do so

from vue-avatar-upload.

1Map avatar 1Map commented on June 22, 2024

Thanks, I am not so clued up with vue. Will apreciate it if you can maybe show me a small sample of how this can be done.

from vue-avatar-upload.

derlans avatar derlans commented on June 22, 2024

codesandbox

you can see the demo preview/APP.vue

---script

const key = ref(0)

---template

<AvatarUpload :key="key" v-bind="Props" @custom-request="handelUpload" @close="handelClose" @error="handelErr" @success="handelSuccess" />
<div style="display: flex;justify-content: center;">
    <NButton type="success" @click="key++">
          update Props
    </NButton>
</div>

from vue-avatar-upload.

1Map avatar 1Map commented on June 22, 2024

Thanks, 100% working now. You can close this ticket.

from vue-avatar-upload.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.