11ty / eleventy-plugin-vue

Use Vue.js templates and Vue.js single file components in Eleventy.
195 stars 11 forks source link

Single file components without `<template>` elements should fail gracefully #1

Open zachleat opened 4 years ago

zachleat commented 4 years ago

Secondary requirement: <template></template> should return nothing (instead of what it does now, which is <div></div>)