Closed sp00x closed 6 years ago
Just note that <div .. /> is not valid html, and afaik, vue template compiler require valid html input
Aha, thanks. It's probably just that some browsers are a bit too forgiving and accepts this in regular HTML then.
I suspect there is something odd in the way this module handles the templates as I had used a
<div .. />
instead of<div></div>
in my<template>
block, and that broke various things in the template.Worked just fine on codesandbox.io where I fiddled around and tested first..
Might be worth looking into, I don't have any repro sample handy at the moment - just filing this so I don't forget..