Skip to content

Passing content (slot/children) to a component without slot breaks #1447

@kaisermann

Description

@kaisermann

REPL

The following component throws a Cannot read property 'default' of undefined:

App.html

<Test>Hmmm</Test>

<script>
	export default {
		components: {
			Test: './test.html'
		}
	}
</script>

Test.html

<div>
	I don't have a slot
</div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions