vue-fontawesome/examples/vue-awesome-example
Aaron Parker 0260208c69
fix: Type definitions for Vue 3 Composition API (#355)
`FontAwesomeIcon` and other components needed to be of type `DefineComponent` for Vue 3 Composition API TypeScript support (as per #276). The type definitions for the component props also needed updating to denote required and optional props. Whilst checking which props were required it was noted that the `FontAwesomeLayer` component uses `fixedWidth` but the README and example use `full-width` so these have been updated to match the component code.
2022-11-03 09:45:04 -05:00
..
public Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
src fix: Type definitions for Vue 3 Composition API (#355) 2022-11-03 09:45:04 -05:00
.browserslistrc Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
.editorconfig Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
.eslintrc.js Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
.gitignore Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
babel.config.js Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
package-lock.json Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
package.json Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
tsconfig.json Vue 3 support (#249) 2020-09-01 13:28:29 -05:00
vue.config.js Vue 3 support (#249) 2020-09-01 13:28:29 -05:00