Skip to content

Commit

Permalink
fix(fab): remove unused component from playground (#3207)
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsandapps authored Oct 23, 2023
1 parent b263d14 commit d066d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/usage/v6/fab/basic/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import { defineComponent } from 'vue';
export default defineComponent({
components: { IonFab, IonFabButton, IonFabList, IonIcon },
components: { IonFab, IonFabButton, IonIcon },
setup() {
return { add };
},
Expand Down
2 changes: 1 addition & 1 deletion static/usage/v7/fab/basic/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import { defineComponent } from 'vue';
export default defineComponent({
components: { IonFab, IonFabButton, IonFabList, IonIcon },
components: { IonFab, IonFabButton, IonIcon },
setup() {
return { add };
},
Expand Down

1 comment on commit d066d0f

@vercel
Copy link

@vercel vercel bot commented on d066d0f Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-ionic1.vercel.app
ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app

Please sign in to comment.