-
**What you are trying to do**
Showing a close button on a toast having set only `body`, similar to https://getbootstrap.com/docs/5.2/components/toasts/#custom-content
**What you have already tried…
-
const uToast = ref(null)
uToast.value!.show({
type: 'success',
title: '发送成功',
icon: false
})
`
![image](https://github.com/ijry/uview-plus/assets/50560783/8216560a-3926-4d14-b0a6-f3952…
-
These two lines break my app.
```ts
import {useToast} from 'bootstrap-vue-3'
const toast = useToast()
```
*Just by including it, the whole view is not even rendered anymore!* ...and I did no…
-
### Prerequisites
- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [C…
-
### What is version of Halo has the issue?
halo-2.9.0
### What database are you using?
MySQL 8.x
### What is your deployment method?
Fat Jar
### Your site address.
_No response_
### What happe…
-
I notice that nuxt-ui-vue use iconify to support icon. That is good framework. Now I want to add my own icon collection, then use them in nuxt-ui-vue.
```
import { addCollection } from '@iconify/vu…
-
### Steps to reproduce
1. Send a mail
2. Wait for it to leave outbox
### Expected behavior
The mail is sent.
### Actual behavior
Recently I often have the issue that mails are both sent _and_ st…
-
I use '@toast-ui/vue-editor' v3.2.1 with vue2
It works until a few days ago, but it suddenly does not work since last weekend.
The weird thing is `this.$refs.toastEditor.invoke('getHTML')` is work…
-
I already added the
body.scanner-active {
--background: transparent;
--ion-background-color: transparent;
}
and the permission is granted.
Can someone please help me
-
### Is your feature request related to a problem? Please describe.
I want to show a notification without close button. I don't see a clear example to do this in the docs. I managed to remove it by us…