Git Product home page Git Product logo

Comments (6)

635566381 avatar 635566381 commented on July 24, 2024

确实 我也遇见这个问题了

from vue-fullpage.

leixiaojing avatar leixiaojing commented on July 24, 2024

遇到同样的问题,请问有解决方法了吗

from vue-fullpage.

BobZzz avatar BobZzz commented on July 24, 2024

遇到同样的问题,请问有解决方法了吗

换用了Swiper,这个组件我没找到解决问题的方法

from vue-fullpage.

leixiaojing avatar leixiaojing commented on July 24, 2024

遇到同样的问题,请问有解决方法了吗

换用了Swiper,这个组件我没找到解决问题的方法

非常感谢,我选用了vue-awesome-swiper,没有什么问题

from vue-fullpage.

rex-ll avatar rex-ll commented on July 24, 2024

遇到了同样的问题

from vue-fullpage.

zhoupeihuang avatar zhoupeihuang commented on July 24, 2024

module/fullpage/index.js
var fullpage里面写的Vue.direvite 【自定义指令】 写了 install 和 componentUpdated ,然后在视图层
<div class="fullpage-wp" v-fullpage="opts"> <div class="page-1 page">...</div>
导致了 自定义指令内 修改了值 触发了
` componentUpdated: function (el, binding, vnode) {
console.log("我又来了");

    var opts = binding.value || {}
    that.init(el, opts, vnode)
  }`

最主要的是 二次触发了 that.init 再次初始化组件了
所以 不建议使用此组件 真的很坑

from vue-fullpage.

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.