You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script setup lang="ts">
const show =true;
</script>
<template>
<!-- It happens for both of these elements. When you remove `v-if`, it ceases to happen for the second element. -->
<NonexistentComponent></NonexistentComponent>
<templatev-if="show"></template>
</template>
The text was updated successfully, but these errors were encountered:
See comment:
The text was updated successfully, but these errors were encountered: