<p>{{yield}}</p>

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