Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't support typescript type assertion #87

Open
tjx666 opened this issue May 6, 2023 · 5 comments
Open

doesn't support typescript type assertion #87

tjx666 opened this issue May 6, 2023 · 5 comments

Comments

@tjx666
Copy link

tjx666 commented May 6, 2023

image

version:

  • "@vitejs/plugin-vue2 2.2.0
@Fnxxxxo
Copy link

Fnxxxxo commented May 18, 2023

And vue-tsc checking always complains about it.

@JosephKrusling
Copy link

has anyone found a workaround?

@Fnxxxxo
Copy link

Fnxxxxo commented May 24, 2023

has anyone found a workaround?

Currently, we can close this checking by tsconfig

{
  "vueCompilerOptions': {
    "skipTemplateCodegen": true
  }
}

@zWingz
Copy link

zWingz commented Sep 5, 2023

how to resolve this problem ?

@tjx666
Copy link
Author

tjx666 commented Sep 5, 2023

currently, I use vuejs/language-tools#3215

@zWingz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants