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

Commit 73211bb

Browse files
committed
2 parents 90fe10a + f72ad77 commit 73211bb

File tree

2 files changed

+0
-7
lines changed
  • apps/docs/src/docs/components
  • packages/bootstrap-vue-next/src/components/BToast

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,6 @@ If you just need a single simple message to appear along the bottom or top of th
307307

308308
<ComponentReference :data="data" />
309309

310-
<!-- TODO component reference -->
311-
312310
<script setup lang="ts">
313311
import {data} from '../../data/components/toast.data'
314312
import ComponentReference from '../../components/ComponentReference.vue'

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,7 @@ import BProgress from '../BProgress/BProgress.vue'
6161
6262
// TODO scheduling issue -- when multiple are opened in quick succession, and closed in quick succession,
6363
// Find index can get lost, leading to one or multiple staying orphaned
64-
// TODO Then the only thing that remains is just to determine how to render the BToaster
6564
// TODO appendToast from BToaster
66-
// TODO Extract the props, then put the props into the object
67-
// This will make it so you can modify the props in the show method
68-
// Of course, you will need to update the Toaster
69-
// Then update the docs
7065
7166
const props = withDefaults(defineProps<BToastProps>(), {
7267
delay: 5000,

0 commit comments

Comments
 (0)