This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
apps/docs/src/docs/components
packages/bootstrap-vue-next/src/components/BToast Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff 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 " >
313311import {data } from ' ../../data/components/toast.data'
314312import ComponentReference from ' ../../components/ComponentReference.vue'
Original file line number Diff line number Diff 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
7166const props = withDefaults (defineProps <BToastProps >(), {
7267 delay: 5000 ,
You can’t perform that action at this time.
0 commit comments