Thomas Cazade
Thomas Cazade
@xqdoo00o IIRC, vuex is kinda limited with TypeScript because of vue core API which doesn't provide enough types for TypeScript users - types are actually built with [flow](https://flow.org/). Vue 3.0...
IIRC, vue next (aka vue 3) is on an alpha release, we still need to wait for the official vue ecosystem to update, and in the future this will (most...
@e81u4g I can confirm, the fix seems to work on iOS 15.1 (Chrome and Safari).
Could this be done with by #4894? This PR add a hook `nitro:init:before` that is called right before Nitro initialisation, where you can edit Nuxt config (and thus routes).
@Smef this is the issue I had originally when working on my Nuxt e-commerce website a few months ago. However, there may have been improvements done thanks to the [`v3.0.0-rc.11`](https://github.com/nuxt/framework/releases/tag/v3.0.0-rc.11)...
Hi @serotonyn and thanks for taking the time to contribute! You don't really need to do some research on gulp and jade, they are tools we use to automate tasks...
This looks great in the PaperCSS style, what do you think @rhyneav? I think you need it to be an `:after` pseudo-element to make it entirely customizable (like a `div`)....
Didn't this involve some JS?
It looks like you can use `:valid` and `:invalid` pseudo-selectors to manipulate the content to display on the input. But I feel like it will be a lot more trickier.
Providing the style is a good idea, for example if someone is using papercss with vuejs, angular, react, ... he will benefit of the automatic form validation with the style...