Gustavo Fenilli
Gustavo Fenilli
Also it seens the hook only work once, after the first change ( both value and v-model gets updated ) but it stops working for both value and v-model.
If you take a look at `node_modules` and at `@formkit/nuxt` which version shows there? maybe there are some cache problems.
For now you can use `import tailwind from "@formkit/themes/dist/tailwindcss";` instead, there are typescript types for it, but they are being read by the package.json exports types, maybe something wrong there...
After looking it up it seens to not be a bug with formkit but with typescript itself as per [#33079](https://github.com/microsoft/TypeScript/issues/33079)
> I'm talking about the readability of the source code. Which is cleaner? > > ``` > > > > > > > > > > > > ``` >...
Just make sure that the lock changed, otherwise it does not change, removing from the package.json and adding back should fix.
I have some ideas for examples that do not have in the documentation yet, you could take inspiration on those. 1. Youtube style menu with subitems. 2. Modal opening and...
Just opening as a drawer, I do not have any screen recorder right now, but opening youtube you can see the hamburguer menu icon, just clicking it would give the...
It also could be an object for local localization and be an improvement for the current conventionalCommits.scopes. ```typescript // This makes possible to use the same pattern for both types...
@yi-Xu-0100 Now that you said, yes it kinda does makes no sense the localization I suggested, as its a custom property for a single project. The only thing I would...