Closed esamani77 closed 2 years ago
Hey there, I tried to use vue-query with nuxt framework with nuxt-bridge version. But I faced with this problem, What should I do?
vue-query
nuxt
nuxt-bridge
Try adding this to your nuxt config:
import { defineNuxtConfig } from "@nuxt/bridge"; export default defineNuxtConfig({ build: { transpile: ["vue-query", "vue-demi"], } })
thanks. it works.
Hey there, I tried to use
vue-query
withnuxt
framework withnuxt-bridge
version. But I faced with this problem, What should I do?