Skip to content

Nested components #4

Closed
Closed
@Rich-Harris

Description

@Rich-Harris

It should be possible to do this:

<div class='widget-container'>
  <Widget ref:widget bind:foo='bar' baz='42' thing='{{dynamic}}'/>
</div>

<script>
  import Widget from './Widget.html';

  export default {
    components: { Widget }
  };
</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions