Maxime Asselin
Maxime Asselin
Anyone has insights on this? Can I do a PR to add the feature? Will read up on that.
Would be nice to have a globalSetup() documentation for v2. This made it work: ``` this.frisby.globalSetup({ request: { headers: { "Authorization": "JWT " + json._body.jwt } } }); ```
I am using the latest github version ("vue-strap": "github:wffranco/vue-strap"), did a clean npm install. Seems something has drastically changed with this because here's what I am getting: Not radio buttons,...
On the other hand, this works fine: ``` {{currentUser}} {{u.firstname}} {{u.lastname}} ({{u.email}}) ```
Same here on Windows 10.