issues Search Results · repo:vuejs/vue language:TypeScript
Filter by
10k results
(56 ms)10k results
invuejs/vue (press backspace or delete to remove)我尝试写一个可多层嵌套的组件,并模拟dom树的事件冒泡功能,如下: template div @click.stop= onClick
slot /slot /div /template script setup import { defineProps, defineEmits } from vue
const emit = defineEmits([ onTest ])
const onClick ...
blcyzycc
- Opened 27 days ago
- #13243
I know that custom equality for watch has been brought up few times in the past and the general consensus is that it
should just be done inside watch callback. But if one wants to use onCleanup, this approach ...
mitar
- 1
- Opened 28 days ago
- #13242
Looking at the code for callWithErrorHandling, it has a try/catch block which will call handleError when an error
occurs.
However, handleError will then try to process the error with callWithErrorHandling ...
adamreisnz
- Opened 29 days ago
- #13241
The attributes true-value and false-value on input fields are vue-specific according to the documentation:
https://vuejs.org/guide/essentials/forms#checkbox-1
Here s a playground link
https://play.vuejs.org/#eNp9UcFOwzAM/ZUol4K0dRLjNG1IgHaAAyDgGAmVzi0ZaRIlTtlU9d9xUnXbYdrNee/Zfi/u+L21eRuAL/jSl05aZB4w2DuhZWONQ9YxBxXrWeVMwzKSZkILXRrtkaGpawVsFSVX2R58di30cjYMohH0QGisKhDoxZZS24BUMNxbWAle/kD5+212gkewnTZmA4rwYe6AogswbQsVYgOtGNCqUP4IayM4m8UVrOtGV30fvZzs5xOOnoxXss633mjK3MUW8mEaKxW4V4uSggm+YImJXKGU+XtOWLQyGfHk/Qy+9RRnQcWbAw+upRgHDgtXAw70+uMFdlQfSAofYugL5Dt4o0L0OMgegt6Q7RNdcvuULid1/enXOwTtx1DRaFT2SS84XfPxQvSj3Xl+m/qE7ukXv1pwcSZ9IBH5zZz3/7phwkk= ...
sebbayer
- 1
- Opened on Mar 7
- #13240
Problem
When using v-if and v-else on the same element it has weird behaviour.
I am currently running Vue version 3.5.13
Example Code
Example:
div v-if= false False /div
div v-else v-if= true ...
Bl00D4NGEL
- 1
- Opened on Feb 28
- #13238
Context
In React it s very common to have a controlled component. e.g. like this
https://codesandbox.io/p/devbox/react-dev-forked-85xg4s where the state completely lives outside of the child component. ...
maartenbreddels
- 3
- Opened on Feb 27
- #13237
项目背景:谷歌插件开发
问题描述
如果我在任何vue文件里添加
style scoped // 样式代码 /style
vite编译完成后,会自动生成一个_plugin-vue_export-helper.js文件 而谷歌插件对于项目文件名称有限制,_开头的文件无法加载,导致项目无法正常运行
Cannot load extension with file or directory ...
Lmangoxx
- 1
- Opened on Feb 27
- #13236
Vue throws an error if the (pre-)rendered HTML isn t hydrated.
React, on the other hand, is fine with skipping the hydration.
It would be nice for Vue to also be able to skip hydration.
Rationale: https://github.com/vikejs/vike/discussions/2221. ...
brillout
- Opened on Feb 26
- #13235
Vue version
2.7.14
Link to minimal reproduction
https://github.com/diegoexplicatis/vue-2-functional-component-memory-leak
Steps to reproduce
See README.md of reproduction link
Project setup
npm ...
diegoexplicatis
- 5
- Opened on Sep 19, 2024
- #13212

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.