vitejs / vite-plugin-vue

Vite Vue Plugins
MIT License
441 stars 138 forks source link

defineProps导致热更新失效 #374

Open thikiiii opened 3 months ago

thikiiii commented 3 months ago

Describe the bug

我使用 defineProps(),会导致当前组件热更新失败

Reproduction

https://stackblitz.com/edit/vitejs-vite-rckp9s?file=package.json,src%2FApp.vue,src%2Ftype.ts&terminal=dev

Steps to reproduce

当 defineProps 使用泛型的时候,你在当前组件的任何操作都会导致热更新失败,必须的重启项目,去掉泛型一切都正常

System Info

"dependencies": {
    "vue": "^3.4.21",
    "ant-design-vue": "^4.1.2"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "typescript": "^5.2.2",
    "vite": "^5.1.6",
    "vue-tsc": "^2.0.6"
  }

Used Package Manager

npm

Logs

No response

Validations

stackblitz[bot] commented 3 months ago

Fix this issue in StackBlitz Codeflow Start a new pull request in StackBlitz Codeflow.

thikiiii commented 3 months ago
"@vitejs/plugin-vue": "^4.6.2", 这个版本不存在这个问题