:else does not work with :if
Vue version
3.2.37
Link to minimal reproduction
Steps to reproduce
Simple write a tag with an :if attribute then follow it with a tag with an :else attribute.
What is expected?
Expected to have the same behavior as v-if, v-else
What is actually happening?
Vue throws an Internal server error, 'v-bind is missing expression.'
System Info
No response
Any additional comments?
No response