From 2de5aa2f615b852eadff751cd0f2975d3b51f347 Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Mon, 23 Oct 2023 13:59:17 -0400 Subject: [PATCH] fix(fab): remove unused component from playground --- static/usage/v6/fab/basic/vue.md | 2 +- static/usage/v7/fab/basic/vue.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }; },