vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

Embed Blaze template with data.

Open laosb opened this issue 8 years ago • 2 comments

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>

laosb avatar Jan 16 '17 04:01 laosb