Akayy
Akayy
Thanks for the pointer. I just checked the docs and learnt about those composables. And they don't include adding a script to the body tag. In my case, Im actually...
Meanwhile, here is my Iles module, where I'm using `node-html-parser` to parse the index.html to inject (prepend/append) my scripts (body/head) at the moment. Linking this to related [discord chat](https://discord.com/channels/804011606160703521/1088106410933501972)! ```typescript...
> Thanks for the pointer. I just checked the docs and learnt about those composables. And they don't include adding a script to the body tag. I have learnt that...
Good day Max! With latest update to 0.9.5 & also create-iles package as well, any plans to update peer dependencies of @islands packages? I'm using feed and getting the peer...
Awesome, can't wait 😀
Try pinning vue & vite in package.json ``` "overrides": { "vue": "3.3", "vite": "4.4" }, "pnpm": { "overrides": { "vue": "3.3", "vite": "4.4" } } ```
Adding local filepath worked for me with npm & pnpm on my Mac. With npm, I usually install it to my test project with the full path of the project,...
Thanks bunch Max. The above feature request is a little [different](https://antfu.me/posts/icons-in-pure-css) to the [unplugin-icons](https://github.com/antfu/unplugin-icons) way. For eg, AstroIcon & NuxtIcon, we can specify the icon name as a prop. It's...
AFAIK, Iconify already provides some robust utilities to load custom icons. - Unocss/preset-icons use the iconify utils to support custom icons - https://github.com/unocss/unocss/tree/main/packages/preset-icons#nodejs - NuxtIcon currently doesn't support custom icons...
@webfansplz , how about using onVnodeMounted instead, I guess it doesn't fall-through, in fact, in the rendered dom, the attributes won't show up at all (and shall be clean) if...