vue-toasted icon indicating copy to clipboard operation
vue-toasted copied to clipboard

🖖 Responsive Touch Compatible Toast plugin for VueJS 2+

Results 68 vue-toasted issues
Sort by recently updated
recently updated
newest added

For some reason I end up with this error which is strange Here is how I register the Toasts in the main,js file ``` /** * TOASTS */ // register...

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

An option to completely remove the default classes (`.toasted-container` `.toasted`) would be useful. An example could be when you are using a completely custom css library and need to make...

Sorry for the duplicate PR, will remove the original one as it was based on a master branch. This PR allows us to set iconPack to an object like so:...

If a toast is on the bottom and the keyboard is open, the toast is being covered by the keyboard. Is this expected behavior? It would be nice to have...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

It doesn't seem to be possible to use anything other than the default 'material-icons' class when using `iconPack: 'material'`. At the same time when using `iconPack: 'custom-class'` the icon element...

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...

Hello, I would like to ask for a change that makes Vue Toasted add its styles in a way that does not require `unsafe-inline` being present in CSP. We would...