FortAwesome / vue-fontawesome

Font Awesome Vue component
https://fontawesome.com
MIT License
2.38k stars 132 forks source link

Computed property "title" is already defined in Props. #449

Closed roelVerdonschot closed 1 year ago

roelVerdonschot commented 1 year ago

Describe the bug I'm getting the Vue warning: Computed property "title" is already defined in Props.

Desktop (please complete the following information): "@fortawesome/vue-fontawesome": "^3.0.3", "vue": "^3.2.0", "vite": "^4.0.0",

Scherm­afbeelding 2023-02-22 om 11 42 20
jasonlundien commented 1 year ago

@roelVerdonschot ---

Do you have a reproducible test case we can look?

TomDeSmet commented 2 days ago

I have this issue as well. But I have no idea what is causing it. I'm using:

"vue": "^3.4.21", "vite": "^5.1.6", "@vitejs/plugin-legacy": "^5.3.0", "@vitejs/plugin-vue": "^5.0.4", "@fortawesome/fontawesome-free-regular": "^5.0.13", "@fortawesome/fontawesome-svg-core": "^6.5.2", "@fortawesome/free-solid-svg-icons": "^6.5.2", "@fortawesome/vue-fontawesome": "^3.0.6",

Making a reproducable test case is not easy to di I fear.

jasonlundien commented 2 days ago

@TomDeSmet ---

Is there a repo or test repo you could share that has this warning ?

TomDeSmet commented 2 days ago

Unfortunately no, it's in a large codebase with strict security. I'll try to do some tests and figure out as much as possible.