-
To better promote the Vue Hot Toast project and provide comprehensive documentation to users and developers, it's proposed to create a dedicated website. This website will serve as a central hub for p…
-
Currently, I'm using SVG to show an icon. But it would be nice to be able to inject a component into the slot.
Example:
```ts
if (toast) toast('Blue', {
duration: false,
positionY: 'top…
-
### Mint UI version
2.2.13
### OS/Browsers version
win10 1803 / chrome 66.0.3359.181
### Vue version
2.5.16
### Reproduction Link
[http://elemefe.github.io/mint-ui/#/toast](http://el…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hello
i tried to use your library with vue2. But it didn't work. There are two vue3 specific imports you use `withDirectives` and `TransitionGroup`. I tried to get it run but still failed even with…
-
### Mint UI version
2.2.13
### OS/Browsers version
maxos 0.13.4 chrome 67
### Vue version
2.4.0
### Reproduction Link
无
### Steps to reproduce
有时候需要在页面做弹出层来提交数据或者操作,发现popup的层级比to…
-
In vue2.0, will throw warning below
```
[Vue warn]: You are using the runtime-only build of Vue where the template option is not available. Either pre-compile the templates into render functions, or…
-
I have a scenario where i'd like to render a custom vue component, and i do so like this:
```
toast.message(
markRaw(
defineComponent({
render() {
return h(ChatToast, { mes…
-
Since Nuxt.config.js is not processes by Webpack, you can't set a global default for Component or Icon using Nuxt.
-
How to Pass html to the toast? I want to show UL/LI menu inside the toast.