Giter Site home page Giter Site logo

Comments (11)

pkid169 avatar pkid169 commented on May 10, 2024 1

I just got the latest of 0.0.23-1 and that line fontawesome.noAuto() is still there? (i.e. this issue still persists)

from vue-fontawesome.

robmadole avatar robmadole commented on May 10, 2024

@jsodeman this is a confirmed issue. We'll start looking at some fixes soon.

from vue-fontawesome.

Razi91 avatar Razi91 commented on May 10, 2024

There is called fontawesome.noAuto() in index.js, it disables automatic icon searching. After commenting that line it works again.

from vue-fontawesome.

robmadole avatar robmadole commented on May 10, 2024

We just released 0.0.23-1 as a pre-release that removes this line as well.

from vue-fontawesome.

Razi91 avatar Razi91 commented on May 10, 2024

Thanks, now I can merge it to master without forking this library 👍

from vue-fontawesome.

pkid169 avatar pkid169 commented on May 10, 2024

Hi @robmadole, should we still proceed with the mentioned fix? I saw your reply on another issue thread and it seems there might be a better way?

from vue-fontawesome.

blak3r avatar blak3r commented on May 10, 2024

Any updates on this?

from vue-fontawesome.

pkid169 avatar pkid169 commented on May 10, 2024

@blak3r The issue seems to be fixed on the development branch (prerelease of v0.1.0). I'm not sure when that'll be officially released though.

from vue-fontawesome.

robmadole avatar robmadole commented on May 10, 2024

We're waiting to gain some confidence on the 0.1.0 pre-release (and the bigger umbrella 5.1.0 of Font Awesome) and then we'll release this full. The more testing we can get on the pre-releases the better!

from vue-fontawesome.

dalabarge avatar dalabarge commented on May 10, 2024

I can confirm that using:

"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/vue-fontawesome": "^0.1.0-5",

and the following configuration that intermixing of <i> and <font-awesome-icon> components work just fine:

import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
import { fas } from '@fortawesome/fontawesome-free-solid'
import { config, dom, library } from '@fortawesome/fontawesome-svg-core'
library.add(fas)
dom.watch()
Vue.component('font-awesome-icon', FontAwesomeIcon)

from vue-fontawesome.

jasonlundien avatar jasonlundien commented on May 10, 2024

I am closing this issue. I believe this has been resolved. If not let us know and we can reopen.

from vue-fontawesome.

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.