This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
The requested module 'vue' does not provide an export named 'set' #666
Labels
bug
Something isn't working
🐛 The bug
The requested module 'vue' does not provide an export named 'set'
nuxt3 nuxt.config.ts
export default defineNuxtConfig({
modules: [
"@nuxtjs/composition-api",
'@pinia/nuxt',
],
})
When module exists @nuxtjs/composition-api , this will cause problems
package.json
"devDependencies": {
"nuxt": "3.0.0-rc.6"
},
"dependencies": {
"@nuxtjs/composition-api": "^0.33.1",
"@pinia/nuxt": "^0.3.1",
"axios": "^0.27.2",
"element-plus": "^2.2.12",
"jsonp": "^0.2.1",
"pinia": "^2.0.17",
"sass": "^1.54.2"
}
The text was updated successfully, but these errors were encountered: