composition-api icon indicating copy to clipboard operation
composition-api copied to clipboard

Composition API hooks for Nuxt 2.

Results 69 composition-api issues
Sort by recently updated
recently updated
newest added

**🐛 The bug** If you use PNPM without the `shamefully-hoist` flag in .npmrc then You get an error like ``` # ERROR Cannot find module '@vue/composition-api' from 'E:\Programming\speedrun.website' 13:55:46 #...

bug

**🐛 The bug** As from version 0.28 we start support script setup. Test files for now only on javascript. In Typescript i found that ref variables not converted to value...

bug

**📚 Is your documentation request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I feel I should be able to [...]...

documentation

**🆒 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...

enhancement

**🐛 The bug** Nuxt contains built in loading support via a configurable progress bar. The framework contains several hooks for updating the progress bar, including when `asyncData` or `fetch` are...

enhancement

**🐛 The bug** Using the useFetch method and add conditional template renderings depending on the `$fetchState.pending` or `$fetchState.error` leads to hydration errors. **🛠️ To reproduce** Steps to reproduce the behavior:...

bug

**🆒 Your use case** What if I have a huge website with expensive calls and I can't generate each page (let's say some pages are pre-generated and some are not)....

enhancement

**🐛 The bug** When generated files are produced, async functions or serverPrefetches don't correctly populate the Nuxt context. *Note*: I believe this is an issue with Nuxt rather than with...

help wanted

**🆒 Your use case** I have several components which are using `fetch` hook, and these components may use over 100 times in total on a page. I need to add...

enhancement

**🐛 The bug** When use useAsync method in setup function, it puts loaded data in `window.nuxt.ssrRefs` https://github.com/nuxt-community/composition-api/blob/77e289134e9ed2b7d7f0efa165f6a23a5c8b1982/src/ssr-ref.ts#L21 And when you go to another page (with vue router) and return back...

documentation