12 lines
132 B

<p><slot></slot></p>
<script>
export default {
data () {
return {
data: 'this should not appear'
};
}
};
</script>