Jannik Buscha
Jannik Buscha
i think the fix here would be to replace the `./public/` path with `base` when building
okay this is just a typing error that can be worked around if i make it a .js file. Also it has to be imported client side so the extension...
> not work in nuxt3 have you tried it with the rc version? https://www.npmjs.com/package/vue-property-decorator/v/10.0.0-rc.3
> Yes, i've the same issue... 😞 if not exist, create a shims-vue.d.ts file (next to package.json) and write in that file: `declare module 'vue3-markdown-it';`
You can get Slot Content in Vue 3 with: ```vue import { VueLive } from 'vue-live'; import 'vue-live/lib/vue-live.esm.css'; import { useSlots } from 'vue'; const slots = useSlots(); ```
I have found a workaround how to get more info in such cases: ```ts (async () => { const client = new Client(); await client.login.userPass({ username: username, password: password });...
> Educations' in my example, yes. I think you can just replace it with "educations", for that you just have to look in the linkedin voyager-api docs.
> Are you per chance using a Take Over mode? I get the same errors whether Take Over Mode is enabled or disabled. I have proceeded according to this: ...