Ryan
Ryan
Was hasMany working for you in the first place? I had to override the `serializeHasMany` method and change `line 26` to `'objectId' : child.get( 'id' )` as opposed to `'objectId'...
You can also just update the `docker-compose.yml` file. Under `wp.wuxt` look for `image` and update it to one of the supported tags [from here](https://hub.docker.com/_/wordpress/) I.e. today `wordpress:5.7.2-php7.4-apache` is the latest...
I updated @didavid61202 's great work to use the `reactiveTransform` composable from Vue Motion. That made a bit more sense to me and I'm guessing that's how the authors of...
Seconding @noopurphalak 's comment that the Nuxt 3 docs really need a section on Lifecycle / _when_ things happen within the app, and how to replace the function of `nuxtServerInit`....