Open
Description
Vue version
^3.2.13
Link to minimal reproduction
Steps to reproduce
SlotTag Component:
html:
App.vue:
html:
browser console output:
default exists: (...args) => {
// If a user calls a compiled slot inside a template expression (#1745), it
// can mess up block tracking, so by default we disable block tracking and
// force bail out whe…
What is expected?
the code for the annotation should not be detected, expecting a undefined value to be returned
Expect the output to be log below:
default exists: false
What is actually happening?
I'm furiously reading the vue design and implementation book, trying to figure out what's going on
System Info
No response
Any additional comments?
No response