-
Thanks for looking into this issue and sorry my poor english
The problem is that the vue-toasted width will be change if i change the content, but the last one has not disappeared
like this:
![imag…
-
![image](https://user-images.githubusercontent.com/38257723/62856596-0601b100-bcfe-11e9-9ae0-c173ede90dbb.png)
https://github.com/shakee93/vue-toasted
![image](https://user-images.githubusercont…
-
help!
-
I try add vue-toasted in Nuxt 3:
```
import { defineNuxtPlugin } from '#app';
import Toasted from 'vue-toasted';
export default defineNuxtPlugin((nuxtApp) => {
nuxtApp.vueApp.use(Toasted)…
-
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…
-
I'm using Vue with Vue Turbolinks and Vue Toasted. When I refresh completely, the toasts work fine. When I refresh, then switch pages one or more times, the toasts do not work. I've narrowed it down t…
-
I am using nuxt.js and I have disabled inline CSS through the CSP header for security reasons and I have set `extractCSS: true` in my `nuxt.config.js` to extract styles but it doesn't extract the CSS …
ghost updated
3 years ago
-
Hi, I want to use both the material and fontawesome iconpack, material works, but the fontawesome does not
```
import Toasted from "vue-toasted"
import {FontAwesomeIcon} from "@fortawesome/vue-fo…
-
For instance, I want to use https://github.com/shakee93/vue-toasted/ in my project, because the plugin uses the 'window' object under the hood. Can I exclude this plugin from being used on SSR?
-
Hi there!
I am using only [vue-awesome](https://github.com/Justineo/vue-awesome) icons, importing them one by one to reduce bundle size.
Then I use them in components using the `v-icon` directiv…