Nathan Chase

Results 97 comments of Nathan Chase

> I ported the module to Nuxt 3 and created a [pull request](https://github.com/nuxt-community/device-module/pull/119), it is currently missing tests ~and Nuxt Bridge support~ (Marked Nuxt Bridge as supported). Is this available...

> Nope, it is not available on npm, but you can install it temporarily from GitHub by pointing at my fork with `npm install Redemption198/device-module` or `yarn add Redemption198/device-module`. (if...

Would love to see this merged in as a `next` branch. There is a need for the module to be production-ready for Nuxt 3.

This module will need an update to work with Nuxt 3 rc-9 and above. Currently in 3.0.0-rc.9 it gives the following error: ``` WARN Module device-module is disabled due to...

I would like to see this feature as well, as we have the need to have dynamic path names to split up a large list of urls, but the module...

@prinzt How do you import ^^^^ (sitemapConfig.js) into your `nuxt.config.js`? I tried your code, and it gave me a `SyntaxError: Unexpected token 'export'` error. I also tried exporting it using...

FYI: Something in this PR broke NuxtLink (or perhaps https://github.com/nuxt/nuxt/pull/19309), and am now getting flooded with `[Vue warn]: Extraneous non-props attributes (rel) were passed to component but could not be...

StackBlitz with the error: https://stackblitz.com/edit/github-hmvahh?file=app.vue

I'm running it on WSL2 with Node 18 in Ubuntu 22.04.

> Would be nice to improve docs. Do you mind to open a PR @JohnCampionJr ? > > @nathanchase Can you please check if that would solve the slowness issue...