You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After following the tutorial (npm i k-domains @nuxtjs/router), and applying the change to the nuxt config file and the pages directory, every page gives this error multiple times:
ERROR in ./node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs friendly-errors 17:20:48
Can't reexport the named export 'watchEffect' from non EcmaScript module (only default export is available) friendly-errors 17:20:48
friendly-errors 17:20:48
ERROR in ./node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs friendly-errors 17:20:48
Can't reexport the named export 'watchPostEffect' from non EcmaScript module (only default export is available) friendly-errors 17:20:48
friendly-errors 17:20:48
ERROR in ./node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs friendly-errors 17:20:48
Can't reexport the named export 'watchSyncEffect' from non EcmaScript module (only default export is available)
The text was updated successfully, but these errors were encountered:
After following the tutorial (npm i k-domains @nuxtjs/router), and applying the change to the nuxt config file and the pages directory, every page gives this error multiple times:
The text was updated successfully, but these errors were encountered: