Skip to content

Embed Blaze template with data. #105

Open
@laosb

Description

@laosb

In your implementation, we can't pass data to Blaze templates. That make it hard to use userccounts:* in apps.

I'm proposing:

<div v-blaze="{ name: 'atForm', data: { state: 'changePwd' } }"></div>
<!-- But still accept: -->
<div v-blaze="'discoverPage'"></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