Hello
I am facing errors when i try to use ? or ?? operators with Ionic Vue (Typescript)
Examples:
user?.name
const value = test ?? ‘Default’
If i try it without lang=“ts” on script it works
Also those features works fine on Vue 3 project generated with vue cli.
Errors:
Module parse failed: Unexpected token
…
You may need an additional loader to handle the result of these loaders.
Best regards
2 posts - 2 participants