Daniel Kelly
Daniel Kelly
I'm having the same issue. Css inside of a /* purgecss start ignore */ and /* purgecss end ignore */ are being purged from production bundle. (When I use `npm...
I was able make it work without using the asyncData function but it took some doing to figure out some kind of cache issue was to blame. This worked when...
The reason the cache headers behavior isn't predictable seems to be based on different CDN nodes handling different requests: https://answers.netlify.com/t/cannot-get-netlify-api-endpoint-caching-to-work-as-expected/105763/7 So I think the SWR support from Netlify isn't quite...
I was able to get rid of the error by removing `tag="transition-group"` but still keep a nice transition by adding the prop `:animation="150"`
This has been fixed. See this issue in the boilerplate repo. Thanks! https://github.com/vueschool/pinia-course-boilerplate/issues/2
@pi0 sure thing! I'll try to work on it some later this week :)
@patak-dev we use this plugin in the Vue certificate so that users don't have to dig through the real browser console for debugging coding challenges (there are several logs there...
My primary concern for the context of our coding challenge, is that people can see the `key` property of a keyboard event. https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key
Hey @yyx990803, do you have time to take a quick look at these? I think they will be quite a nice enhancement for the docs. Thanks! cc @MooseSaeed