We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the project has an i18n dependency, the tsx code cannot be written correctly in'SFC <script setup lang = "tsx">, and an error is reported:
<script setup lang = "tsx">
ERROR Pre-transform error: ',' expected. Plugin: unplugin-vue-i18n:directive File: /Users/yveeven/pm/temp/app/app.vue
But I got different results in codesandbox and stackbiltz using the same code, stackbiltz is up and running
The text was updated successfully, but these errors were encountered:
#3208 Resolved
Sorry, something went wrong.
No branches or pull requests
Environment
Reproduction
Describe the bug
When the project has an i18n dependency, the tsx code cannot be written correctly in'SFC
<script setup lang = "tsx">
, and an error is reported:Additional context
But I got different results in codesandbox and stackbiltz using the same code, stackbiltz is up and running
Logs
The text was updated successfully, but these errors were encountered: