Ilya Bogdanchikov

Results 3 issues of Ilya Bogdanchikov

After submitting the form, I get the error "Could not connect" or right to the "GRAWL" button App Screenshot: ![image](https://github.com/A3h1nt/Grawler/assets/63511922/01a7e8fe-b05d-4cb5-b88c-223162affd5e) XAMP Screenshot: ![image](https://github.com/A3h1nt/Grawler/assets/63511922/cdca684f-2f14-465e-a0de-067e887614cd)

how i can add Tailwind in playground? the only way I found is to insert this code into the vue component: ``` const tailwindScript = document.createElement('script') tailwindScript.setAttribute('src', 'https://cdn.tailwindcss.com') document.head.appendChild(tailwindScript) ```...

``` Cannot read properties of undefined (reading 'prototype') at http://localhost:3000/_nuxt/node_modules/.cache/vite/client/deps/html-to-docx_dist_html-to-docx__esm__js.js?v=f510fc28:4818:78 ``` In my component: `import HTMLtoDOCX from 'html-to-docx/dist/html-to-docx.esm.js` ![image](https://github.com/privateOmega/html-to-docx/assets/63511922/7d846110-9c89-46a1-a5cc-2e04f54f8355) in Nuxt 2, this code worked