I had a nuxt2 project where the package "@nuxtjs/composition-api" was installed: "^0.33.1", I need to change nuxt version from 2.5 to 3.6.2, I will be glad if you can help me solve this problem, thanks in advance.
I changed and at the moment I get an error with the yarn dev command
ERROR error while updating dependencies: 4:36:09 PM
Error: Build failed with 3 errors:
node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs:1:175: ERROR: No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "set"
node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs:2:30: ERROR: No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "del"
node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs:2:409: ERROR: No matching export in "node_modules/vue/dist/vue.runtime.esm-bundler.js" for import "set"
at failureErrorWithLog (C:UsersskyWeb estfrontend
ode_modulesvite
ode_modulesesbuildlibmain.js:1636:15)
at C:UsersskyWeb estfrontend
ode_modulesvite
ode_modulesesbuildlibmain.js:1048:25
at C:UsersskyWeb estfrontend
ode_modulesvite
ode_modulesesbuildlibmain.js:1512:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
where I don t look I couldn t find the documentation(((, and if i remove the package i get errors in imports import {onMounted, computed, useRoute, useContext, ref} from "@nuxtjs/composition-api";