Shane Hoban
Shane Hoban
**main.js** ```` import Toaster from '@meforma/vue-toaster' app.use(Toaster, { position: 'top', useDefaultCss: false, pauseOnHover: false }).provide('toast', app.config.globalProperties.$toast) ```` **Example.vue** ```` import { inject } from 'vue' const toast = inject('toast') //...
Was just using arbitrary values for testing the file size limit and it always had `truncate` set to `false` - and the `limit` event on `file` was never getting hit....
The issue is that sometimes the setTimeout function is called before the preline script has been imported - so the `window.HSStaticMethods` call is not defined. This is reproducible when running...
For context, I'm using NextJS, but not sure if that's relevant - and I'm uploading images (specifically in `.webp` format), and via base64 strings. If I specify an existing sub...
This will fix the issue with the input text not centering on the new york style (type="file") input box. The `py-1.5` matches the height of the original new york style...