-
### Description
Hello!
I think it would be nice to allow multiple notifications containers, so that we could have different placements for toasts based on the container they are sent to.
After …
-
VUE版本2.3.3
```
import Toast from 'vue-toast-mobile';
....
mounted() {
Toast('this is toast');
}
```
![image](https://user-images.githubusercontent.com/8361655/30415678-b917e7dc-995b-11e7-…
-
### version
9.2.8
### problem
The following error occurs when I package my project through webpack
```javascript
ERROR in /Users/xinhua/Documents/demoSpace/blog/src/plugins/simple_toast/src/inde…
-
I have the `$toast` property working just fine in my components and in the store, but when I try to call it from a plugin (axios in this case), the property isn't available.
I tried this in `~/plug…
-
Impossible to import it as plugin in nuxt:
import Toast from 'vue-easy-toast'
Vue.use(Toast);
document is not defined
-
如下图所示,没有提示:
![001](https://github.com/user-attachments/assets/864f722b-22a5-4ee8-a125-56ad46e3fbf3)
-
## Versions
- 2.0
## Describe the bug
When using any Vuetify component inside the toast component, the app crashes because Vuetify couldn't find his default instance.
## Expected behavior
…
-
Hello,
In order to reduce coupling from external libs, I tried to wrap vue-snotify `confirm` action inside another plugin doing something like this
```javascript
import Snotify, { SnotifyPositi…
-
I have vue project with:
vue with typescript, babel, tslint, vuex-module-decorators and jest
And I have:
**main.ts** file:
```
import Vue from 'vue';
import Toasted from 'vue-toasted';
im…
-
## Summary
plugin cannot be used in nuxt
error message: self is not defined
## Screenshots
![image](https://user-images.githubusercontent.com/42216997/140788509-02d636a8-fefa-4aa9-8441-b78e781…