Nick M

Results 3 issues of Nick M

Following the example [here](https://github.com/chargebee/chargebee-js-wrappers/tree/master/chargebee-js-vue#a-more-complex-example), part of my component configuration looks like; ``` fonts: [ { src: 'https://MYPUBLICURL/Poppins-Regular.woff', fontStyle: 'normal', fontFamily: 'Poppins', fontWeight: '400', }, { src: 'https://MYPUBLICURL/Poppins-Bold.woff', fontStyle: 'normal', fontFamily:...

On mount the [CardComponent renders](https://github.com/chargebee/chargebee-js-wrappers/blob/c85428d99807da5b47e6acd98bc18973c362e886/chargebee-js-vue/src/components/CardComponent.vue#L151) and tries to pass `this.class` as a prop, but `class` is not defined on the component, so Vue throws a warning: ``` runtime-core.esm-bundler.js:38 [Vue warn]:...