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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt-community/composition-api). - WARN:...

**📚 What are you trying to do? Please describe.** Installing composition-api on a nuxt version 2.15.8 for vue-echart I have added @nuxtjs/composition-api/module' into buildModules **🔍 What have you tried?** removing...

needs-repro

Related to #493 If a falsy value is returned from useAsync, the client will always run the request again. You could completely allow falsy values by adding a `hasRun` ssrRef...

**🐛 The bug** I think the beforeNuxtRender is not getting called at the right place when it is placed in the setup function. **🛠️ To reproduce** I'm using this code:...

bug

When I use this buildModules(@nuxtjs/composition-api ) in my Nuxtjs project, my project can running in any modern browser, but didn't running in Internet Explorer11.

needs-repro

**🐛 The bug** What isn't working? Describe what the bug is. **🛠️ To reproduce** Steps to reproduce the behavior: I use vue2.7 in setup use "useAsync" it being executed in...

bug

**🐛 The bug** Template Refs in Render Functions don't work with nuxt-composition-api **🛠️ To reproduce** Steps to reproduce the behavior: 1. Create a component with some markup returned by a...

needs-repro

**🐛 The bug** When using `useFetch` composable inside setup function will raise undefined error when navigating to 404 page. I think this might be related to generating `fetchKey` **🛠️ To...

bug

**🐛 The bug** I have a Nuxt 2.15.8 app and I would like to use nuxt/composition-api, but when i'm trying to build the app, it failed on the following error:...

bug
needs-repro

provide a way to define nuxt related properties like (meta, layout, middleware ..etc) using @nuxtjs/composition-api package within setup script something like [definePageMeta](https://v3.nuxtjs.org/guide/directory-structure/pages/#page-metadata) in nuxt 3

enhancement
wontfix