Dan Knights

Results 23 comments of Dan Knights

Agree this could really use some improvement. For any user without knowledge of programming it's quite confusing how to use this control

Explicitly defining `cwd: process.cwd()` _seems_ to fix this for me

Workaround is to delay mounting of the component: ```js export const Template = () => ({ components: { VTeleport, VButton }, setup() { const isOpen = ref(false); return { isOpen...

I can make a merge request with this feature when I have some spare time today

Opened a merge request here: #17

This is a good idea. I haven't got much time atm, but I'll look into this eventually

Are you calling `inject` outside `setup`? It only works inside

If you check dev-tools do the classes get applied to the element?

Okay, think it might just be an issue with style specificity in that case. Could you check the styles to see if any of the `dk__...` classes are overriding the...

Does Tailwind append a stylesheet to ``? Just wondering if you could get around this by initialising Tailwind before the toast, so the stylesheet appears first