0๐
โ
You have a template error that stops the Vue renderer </template>
<template>
<div>
<div ref="printMe">
<h1>Print me!</h1>
</div>
<img :src="output">
</div>
</template>
Source:stackexchange.com