Daniel Roe

Results 2592 comments of Daniel Roe

It does 😊 I only need to make a couple of tweaks and it's ready to go

Apologies for the delay in replying. The issue is that we are validating the entire HTML response from the Nuxt server, which means there is no particular clue where the...

The major purpose of this utility is in order to render strings as 'raw', allowing functions, and other non serialisable values, to be serialised. I would suggest JSON.stringify or, if...

We are not using `spaFallbackMiddleware` in Nuxt 👍

Yes, if it's just adding user-configurable directories to autoimport array, we should instruct users to add them to their config using the Nuxt option, which seems simpler: ```js export default...

@lwswnnscrm Could you explain what you mean by `scripts in client don't work`? Your site isn't throwing any errors for me and all your scripts are downloading fine.

@lwswnnscrm Could you prepare a reproduction at https://template.nuxtjs.org?

@lwswnnscrm Some comments: * you used a component never registered (``) * your `eslint` errors are preventing compilation * you are running `Vue.use` within your plugin function - not the...

@lwswnnscrm would you be able to update your code sandbox so that it reproduces the bug without other issues? I'll happily take a look again :slightly_smiling_face:

@lwswnnscrm Looking into this, the issue is that there isn't a 1:1 correlation between your modern/client files, which leads to trouble given how Nuxt has implemented the client modern build....