Javascript – Conditionally wrap a vue 3 element
In Vue 3, how can an element be conditionally wrapped rather than creating two seperate blocks with v-if directive? I have a simplified example here, but the question deals with conditional wrapping. There are a few issues here, in the…