Git Product home page Git Product logo

Comments (6)

juanbrujo avatar juanbrujo commented on August 16, 2024 5

@aghouseh the :key in a loop in Vue usually receives and int (unique id), so try with:

<div v-for="image in images" :key="image.id" class="QuickBuy-image">
  <img :src="image" />
</div>

from vue-flickity.

yeyuguo avatar yeyuguo commented on August 16, 2024 4
  1. 先移除旧实例
  2. 再重新获取数据【重新渲染】

from vue-flickity.

juanbrujo avatar juanbrujo commented on August 16, 2024 1

@jian11231 you must have a referer, see ref="flickity" in the component and this.$refs.flickity.rerender()

from vue-flickity.

jian11231 avatar jian11231 commented on August 16, 2024

I have same problem with you, but after i try the solution above, the error of " Cannot read property 'rerender' of undefined" was returned

from vue-flickity.

aghouseh avatar aghouseh commented on August 16, 2024

I'm not seeing any reactive updates to the slider contents. It works on page load but as soon as I update the content of the slider, the parent component node is empty.

      <Flickity ref="flickity" :options="flickityOptions">
        <div v-for="image in images" :key="image" class="QuickBuy-image">
          <img :src="image" />
        </div>
      </Flickity>

image

from vue-flickity.

awatertrevi avatar awatertrevi commented on August 16, 2024

I'm not seeing any reactive updates to the slider contents. It works on page load but as soon as I update the content of the slider, the parent component node is empty.

      <Flickity ref="flickity" :options="flickityOptions">
        <div v-for="image in images" :key="image" class="QuickBuy-image">
          <img :src="image" />
        </div>
      </Flickity>

image

Same here. Did you manage to find a fix?

from vue-flickity.

Related Issues (20)

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.