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
3.0.0-rc.2
https://github.com/aimergenge/reproduction-for-vue3
cd
yarn
yarn dev
HelloWorld.vue
Nothing should be warned
There is a warning said:
Default export is already declared in normal <script>. 12 | <script setup="props"> 13 | import { defineComponent, onMounted, toRef, ref, watchEffect, computed } from "vue"; 14 | | ^ 15 | export default defineComponent({ | ^^^^^^^^^^^^^^ 16 | name: 'HelloWorld'
The text was updated successfully, but these errors were encountered:
There is no warning...
Sorry, something went wrong.
@posva Have you followed my steps to reproduce? Especially step 5 & 6
Try some times you will see it……
Now I managed to reproduce it, it only happens when doing the undo action, not when changing the name to something else
vitejs/vite@8c0034d
No branches or pull requests
Version
3.0.0-rc.2
Reproduction link
https://github.com/aimergenge/reproduction-for-vue3
Steps to reproduce
cd
move into ityarn
yarn dev
HelloWorld.vue
, saveWhat is expected?
Nothing should be warned
What is actually happening?
There is a warning said:
The text was updated successfully, but these errors were encountered: