UNPKG

bootstrap-vue-wrapper

Version:

Bootstrap 5 components in Vue3 wrapper.

20 lines (19 loc) 477 B
import t from "./BsToast.vue2.js"; import { openBlock as o, createElementBlock as r, renderSlot as s } from "vue"; import a from "../../_virtual/_plugin-vue_export-helper.js"; const i = { ref: "toastRef", class: "toast hide", role: "alert", "aria-live": "assertive", "aria-atomic": "true" }; function c(e, n, f, l, p, d) { return o(), r("div", i, [ s(e.$slots, "default") ], 512); } const $ = /* @__PURE__ */ a(t, [["render", c]]); export { $ as default };