Matt Garrett

Results 2 issues of Matt Garrett

example usage: new Accordion('accordion', { classNames: { title: 'button', expanded: 'active' } });

Fixes https://github.com/vuejs/apollo/issues/1550 Two leaks were fixed: 1) Prevents repeatedly wrapping `ssrRender` by checking if it's already been wrapped. Added a `__IS_VUE_APOLLO_WRAPPED` boolean to track this. I verified that this was...