Eduardo Wesley
Eduardo Wesley
The bookshelf supports typescript so it is quite uncomfortable to use the plugin with typescript since it is not supported. I wonder if you have any prediction for typescript support?
### Description Fixes side effect when using `useVModel` with `passive` flag and with an object as value. Added a clone option to clone the obj before set to `ref` ###...
**🆒 Your use case** When using multiple calls to API for different features in the same component, would be nice to each `fetchState` returned from `useFetch` to were independent. It...
First of all, great lib, thanks If you call the global `mutate` method and right after render a component that uses `useSRWV`, the cache is not revalidated [repro codesandbox](https://codesandbox.io/s/swrv-speed-cache-no-revalidate-fj8nqe?file=/src/views/Route1.vue) ###...
**Describe the bug** When installing `@testing-library/vue` in a project with `[email protected]+` and no `@vue/compiler-sfc` a warning of missing `@vue/compiler-sfc` peer dependencies is shown **To Reproduce** Steps to reproduce the behavior:...
### Description Allow transform data to improve data consistency. This is especially useful when using typescript, removing the necessity to create other `computed` to make these transformations ```ts const page...
**Is your feature request related to a problem? Please describe.** This gem `vite_plugin_legacy` does not insert all the scripts generated by the `@vitejs/plugin-legacy` **Describe the solution you'd like** Also Insert...