-
Need to migrate Nuxt to Vue 3 to reduce bundle size, simplify request logic and extend flexibility
-
Hi!
I'm trying to test vuex actions like
```
async addEmail ({commit}, email) {
commit('ADD_EMAIL_START')
try {
const resp = await this.$axios.$post('/users/addEmail', qs.stringi…
-
### Error message:
TypeError: Package import specifier "#app/entry" is not defined in package C:\Users\dodaa\WebstormProjects\nuxt-3-template\node_modules\vitest-environment-nuxt\package.json impor…
-
**Module version**
1.9.0
**Describe the bug**
If I enable `treeShake` the page rendered via SSR isn't display properly.
**To Reproduce**
I have attached a sample project.
[nuxtjs-vuetify.z…
vishr updated
3 years ago
-
Anyone has a working nuxt3 example?
Have tried:
file: flipbook.client.ts
`import Flipbook from 'flipbook-vue'
export default defineNuxtPlugin((nuxtApp) => {
return {
provide: {
…
-
I use vue-isotope with Nuxt JS in a component. The data from my loop inside the vue-isotope component is computed by asyncData provided in my root page.
My problem appears when I reload the page "F…
-
I'm trying to get the ContentaCMS (http://www.contentacms.org/) distribution together with the Vue.js+Nuxt example (https://github.com/contentacms/contenta_vue_nuxt) to work on Docker4Drupal.
The r…
-
Hi
Is it possible to use collections (arrays) with a dynamic validation schema?
I'm using the validation schema as a function: validations(){}
But how would i use $each in this situation?
T…
-
Hello,
TLDR; how can I enable SSR caching with Apollo combined with NuxtHub?
First of all, I want to say that I’m relatively new to caching and I’m currently trying to optimize the performance o…
-
### Environment
- Operating System: Linux
- Node Version: v18.18.2
- Nuxt Version: 3.7.4
- CLI Version: 3.9.0
- Nitro Version: 2.6.3
- Package Manager: pnpm@8.9.2
- Builder: …