File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
packages-private/vapor-e2e-test/interop Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,10 @@ const slotProp = ref('slot prop')
2020
2121 <div v-if =" ok" style =" border : 2px solid orange ; padding : 10px " >
2222 <h3 >vdom slots in vapor component</h3 >
23- <button class =" change-vdom-slot-in-vapor-prop" @click =" slotProp = 'changed'" >
23+ <button
24+ class =" change-vdom-slot-in-vapor-prop"
25+ @click =" slotProp = 'changed'"
26+ >
2427 change slot prop
2528 </button >
2629 <div class =" vdom-slot-in-vapor-default" >
@@ -32,7 +35,10 @@ const slotProp = ref('slot prop')
3235 </div >
3336 </div >
3437
35- <button class =" toggle-vapor-slot-in-vdom-default" @click =" passSlot = !passSlot" >
38+ <button
39+ class =" toggle-vapor-slot-in-vdom-default"
40+ @click =" passSlot = !passSlot"
41+ >
3642 Toggle default slot to vdom
3743 </button >
3844 <VdomComp :msg =" msg" >
You can’t perform that action at this time.
0 commit comments