diff --git a/static/usage/v6/fab/basic/vue.md b/static/usage/v6/fab/basic/vue.md index 822821e7289..dc16daae992 100644 --- a/static/usage/v6/fab/basic/vue.md +++ b/static/usage/v6/fab/basic/vue.md @@ -13,7 +13,7 @@ import { defineComponent } from 'vue'; export default defineComponent({ - components: { IonFab, IonFabButton, IonFabList, IonIcon }, + components: { IonFab, IonFabButton, IonIcon }, setup() { return { add }; }, diff --git a/static/usage/v7/fab/basic/vue.md b/static/usage/v7/fab/basic/vue.md index 822821e7289..dc16daae992 100644 --- a/static/usage/v7/fab/basic/vue.md +++ b/static/usage/v7/fab/basic/vue.md @@ -13,7 +13,7 @@ import { defineComponent } from 'vue'; export default defineComponent({ - components: { IonFab, IonFabButton, IonFabList, IonIcon }, + components: { IonFab, IonFabButton, IonIcon }, setup() { return { add }; },