-
-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
Description
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>
gustogummi, thearabbit and gustawdaniel