Jamie Warburton
Jamie Warburton
I'm keen to write up some further documentation and cover some of these points. @posva Are there are works in progress for further documentation atm on any branches? And what's...
This sounds great
Just to add a +1, getting the same here
@danielroe I don't think it's related, but I see the same error is mentioned in nuxt/nuxt.js#13077 when discussing vue test utils
Another strange occurrence: if I change the component template to this (replace the `` element with a HTML comment) it still happens: ```vue export default defineComponent({ name: 'BaseButton', methods: {...
It also doesn't work in Safari 9 and below for this reason
My issue from #1487 seems to be an off-shoot of this hopefully. It's something I'm running in to in multiple projects now, so would be ideal to get this looked...
I very slightly modified Vue Link in order to produce a WpLink component that will strip off the WP URL (process.env.WUXT_WP_URL) for a link that was given to it, and...
I like this change. I think it's great for new players to Bedrock that might not be familiar with it. Following a README that asks to explicitly copy .env.example to...
> I have same issue with `@rollup/[email protected]` & `[email protected]`/`[email protected]`/`[email protected]`. Any idea why? @japboy you've only given the `graphql` plugin to `vite`'s Rollup config, but you're also using graphql files in...