Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 1413727

Browse files
authored
Merge pull request bootstrap-vue-next#1282 from VividLemon/main
chore: code standardization
2 parents 45d36ec + 0effcb9 commit 1413727

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/bootstrap-vue-next/src/composables/useTableItems.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const mapItems = (
9090
return mappedItems
9191
}
9292

93-
const useTableItems = (
93+
export default (
9494
tableProps: TableItemsProcessingProps,
9595
flags: Record<string, Ref<boolean>>,
9696
usesProvider: Ref<boolean>,
@@ -154,5 +154,3 @@ const useTableItems = (
154154
computedDisplayItems,
155155
}
156156
}
157-
158-
export default useTableItems

0 commit comments

Comments
 (0)