Git Product home page Git Product logo

Comments (3)

LightMakise avatar LightMakise commented on April 28, 2024

导致不能在气泡图中添加想要的文字

from f2.

simaQ avatar simaQ commented on April 28, 2024

直接用 F2 运行是没有问题的,vue 上这个问题得花时间定位下,目前还不太熟悉 vue 的环境

from f2.

lemongeek avatar lemongeek commented on April 28, 2024

我也是遇到了vue中不能用f2的问题。初步解决方案自行研究出来了。在mounted 中,因为vue的生命周期问题,dom树还未加载完毕。此时是获取不到dom的,需要把函数放在mounted()外部,并且将方法放在this.$nextTick(() => {}) 中【此时才是真正dom树加载完成】。楼主可以试试看,

from f2.

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.