issues
search
vuejs
/
core
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://vuejs.org/
MIT License
47.74k
stars
8.34k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Native scope style element in template can cause compiler error
#12456
lejunyang
opened
17 hours ago
0
fix(customElement): preserve appContext during hmr reload
#12455
edison1105
opened
19 hours ago
2
`defineCustomElement` looses provide context configured by `configureApp` on HMR
#12453
danieldasilva-smake
opened
21 hours ago
0
Memory leak with `v-if` and event
#12452
miroljub1995
closed
21 hours ago
1
fix(hmr): avoid hydration for hmr root reload
#12450
edison1105
opened
1 day ago
2
Union props
#12449
ZhangWillYu
closed
1 day ago
1
`configureApp` for `defineCustomElement` Not Executed for Async Components
#12448
farcry550
opened
1 day ago
2
fix(compat): don't warn deprecation if compat config is disabled
#12447
noootwo
opened
1 day ago
4
fix(compat): don't warn deprecation if compat config is disabled
#12446
noootwo
closed
1 day ago
2
fix(compat): fix compat handler of draggable
#12445
yangxiuxiu1115
opened
1 day ago
4
ATTR_ENUMERATED_COERCION coerces draggable="false" to draggable="true"
#12444
decademoon
opened
2 days ago
1
Setting ATTR_ENUMERATED_COERCION compat to false does not disable warning
#12443
decademoon
opened
2 days ago
0
fix(hydration): avoid hydration mismatch on style variables with falsy values
#12442
yangxiuxiu1115
opened
2 days ago
3
fix(ssr): properly init slots during ssr rendering
#12441
edison1105
opened
2 days ago
2
SSR hydration errors when combining inline styles with v-bind() in CSS
#12439
adamdehaven
opened
2 days ago
2
slot with always-true condition is not rendered on ssr
#12438
danielroe
opened
2 days ago
0
Warning about "write computed value failed" if <component> attr 'is' value is same about 'ref'
#12437
GuangTom
closed
2 days ago
3
<Transition appear>, wrapped in another node, doesn't work with Suspense
#12435
upschk
opened
3 days ago
1
Nested components utilizing v-bind() in CSS improperly reference the CSS variable name of the parent node, causing undesired property inheritance in the child
#12434
adamdehaven
opened
3 days ago
5
"Unsafe member access" errors when using exposed methods from template `ref`s
#12433
paveloom
closed
3 days ago
1
fix(reactivity): trigger the ref that is created by toRef from a reactive array
#12431
noootwo
opened
3 days ago
4
`update:modelValue` not triggered when `modelValue` is an object
#12430
jonas-eiselt-fk
closed
3 days ago
2
fix(v-model): vModelSelect work with custom getter and setter edge case
#12428
yangxiuxiu1115
opened
3 days ago
3
`triggerRef` fails when target is an array
#12427
ilyary
opened
4 days ago
4
Reactivity issue when updating object in array in a callback
#12426
luukvnes
closed
4 days ago
1
the issue of reactivity on multiple select
#12425
billyct
opened
4 days ago
1
chore(deps): update lint
#12424
renovate[bot]
closed
4 days ago
2
chore(deps): update all non-major dependencies
#12423
renovate[bot]
closed
4 days ago
2
fix(deps): update compiler
#12422
renovate[bot]
closed
4 days ago
2
chore(deps): update build
#12421
renovate[bot]
closed
4 days ago
2
fix(reactivity): toRef edge cases for ref unwrapping
#12420
skirtles-code
opened
4 days ago
7
fix(compiler-core): comment node should be cached when user-enabled comment retention
#12419
linzhe141
closed
4 days ago
3
Using slot with v-if and Comment causes TypeError: null is not an object (evaluating 'e.parentNode') in PROD mode
#12417
jeongtae
opened
4 days ago
1
fix(compiler-sfc): support global selector nesting
#12416
yangxiuxiu1115
opened
5 days ago
2
Font rendering difference between dev vite server and built
#12414
alexchexes
closed
5 days ago
0
fix(custom-element): properly handle custom element remove then insert again
#12413
lejunyang
opened
5 days ago
9
Remove vue custom element and append it back later can cause a lot of issues
#12412
lejunyang
opened
5 days ago
3
fix(runtime-core): handle patch stable fragment edge case
#12411
linzhe141
opened
6 days ago
2
"oldVNode is undefined" when combining reactive and non-reactive values in template's condition
#12410
SergeiMinaev
opened
6 days ago
1
fix(customElement): should properly patch as props for vue custom elements
#12409
lejunyang
opened
6 days ago
4
Cannot properly set numberish attribute(like tabindex) or boolean attribute on Vue custom element
#12408
lejunyang
opened
6 days ago
0
Events on functional components not working
#12407
tcastelly
closed
6 days ago
2
refactor(runtime-core): replace vnode.shapeFlag checks with existed functions
#12406
noootwo
opened
6 days ago
3
`:global` doesn't work with CSS nesting
#12405
GrantGryczan
opened
1 week ago
3
`:global(A) B` incorrectly compiles to just `A`
#12404
GrantGryczan
opened
1 week ago
0
There is a problem with the type hint in the playground
#12403
YiMo1
opened
1 week ago
0
Memory leak after using v-if to remove a component
#12402
ablipan
closed
1 week ago
1
内存泄漏
#12401
TryChai
closed
1 week ago
0
chore(reactivity): remove unnecessary array copy
#12400
edison1105
closed
1 week ago
2
fix(ssr): handle initial selected state for select with v-model + v-for option
#12399
edison1105
closed
6 days ago
2
Next