Alexander Seidmann

Results 4 comments of Alexander Seidmann

How do you not use auto-import functionality to import `defineComponent`? I can't find any module to import it from. 🤔

I've managed to import the methods from `#app`, however mapping it to `node_modules/@nuxt/bridge/dist/runtime/index` as defined in `./.nuxt/tsconfig.json` does not work for tests. They fail with a message saying that the...

Just ran into this myself while updating dependencies. Two steps were needed to fix this: 1. Update both `@nuxt/typescript-build` and `@nuxt/typescript-runtime` to the latest versions as described in https://github.com/nuxt/nuxt.js/issues/8015 2....