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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Not sure if this is a main Vue doc issue, or only rollup-plugin-vue's. But it seems templates need a single root elem, and other elems are lost. Would be nice if the plugin could at least emit a warning about this.
Steps to reproduce the behavior
.vue file with:
<template>
<h1>x</h1>
<h2>y</h2>
</template>
rollup:
vue({compileTemplates:true})
The text was updated successfully, but these errors were encountered:
Expected behavior
Not sure if this is a main Vue doc issue, or only rollup-plugin-vue's. But it seems templates need a single root elem, and other elems are lost. Would be nice if the plugin could at least emit a warning about this.
Steps to reproduce the behavior
.vue file with:
rollup:
The text was updated successfully, but these errors were encountered: