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

Commit 381eb50

Browse files
committed
refactor: use PascalCase over kebab for components
1 parent d47d56c commit 381eb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/src/docs/components/toast.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<div class="lead mb-5">
1212

13-
Push notifications to your visitors with a `<b-toast>` and `<b-toaster>`, lightweight components which are easily customizable for generating alert messages.
13+
Push notifications to your visitors with a `<BToast>` and `<BToaster>`, lightweight components which are easily customizable for generating alert messages.
1414

1515
</div>
1616

packages/bootstrap-vue-next/src/components/BToast/BToaster.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div :class="[positionClass]" class="b-toaster position-fixed p-3" style="z-index: 11">
3-
<b-toast
3+
<BToast
44
v-for="toast in instance?.toasts(position).value"
55
:id="toast.options.id"
66
:key="toast.options.id"

0 commit comments

Comments
 (0)