vue-fontawesome icon indicating copy to clipboard operation
vue-fontawesome copied to clipboard

Font Awesome Vue component

Results 87 vue-fontawesome issues
Sort by recently updated
recently updated
newest added

**Describe the bug** This repo points to https://fontawesome.com/docs/web/use-with/vue/ for documentation on how to use the component, but that page points to https://fontawesome.com/v5/docs/web/use-with/vuejs and THAT page in turn points to either...

bug

**Is your feature request related to a problem? Please describe.** Hey! 👋 Right now it is difficult to handle edge cases when icons cannot be resolved (think of e.g. user...

enhancement

I'm trying to dynamically import icons using `import()`, but am running into some issues. Has anyone done this or is this not supported? Below is what I've tried, with varying...

**Describe the bug** I am using this component with Nuxt 3 as described [here](https://fontawesome.com/docs/web/use-with/vue/use-with) and I'm seeing this weird behaviour. Say I have something like this Example if I run...

This PR updates the Vue 2 workflows `ci.yml` file to include more of the matrix style testing including the different versions of Vue and Font Awesome. **Reviewers:** @robmadole --- will...

This PR updates the workflows `ci.yml` file to include more of the matrix style testing including the different versions of Vue and Font Awesome. **Reviewers:** @robmadole --- will you review...

**Describe the bug** The icon looks really messy at the 1x size **Reproducible test case** ![fontawesome](https://user-images.githubusercontent.com/7987064/121609679-3b19e000-ca09-11eb-9ca0-f7976c547f6a.png) **Expected behavior** It seems there should be a way to disable anti-aliasing on icon....

waiting for feedback

**Describe the bug** An unminified inlinded css as a js template string is added to built files when using vue-fontawesome with nuxt3. **Reproducible test case** https://codesandbox.io/s/compassionate-leavitt-3ehro?file=/plugins/fontawesome.ts Here is a repro...

I would like to suggest an improvement over the icon style (_or understand why not_). The way it currently works is very complicated (and ugly, visually). The [**documentation**](https://github.com/FortAwesome/vue-fontawesome/tree/3.x#why-so-explicit-the-iconfar-coffee-syntax) explains some...