8 lines
93 B

<p>foo: {foo}</p>
<p>bar: {bar}</p>
<script>
export default {
tag: 'my-app'
};
</script>