Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: "Container element not specified for card component" #9

Open
Bergrebell opened this issue Sep 18, 2019 · 0 comments
Open

Error: "Container element not specified for card component" #9

Bergrebell opened this issue Sep 18, 2019 · 0 comments

Comments

@Bergrebell
Copy link

When I try to implement one of the examples in Nuxt JS (which extends VueJS) - I get the error "Container element not specified for card component" and the component doesn't get rendered.

this is my page where I import CardTest where CardTest is just one of the examples:

<template>
  <div class="test">
    Test
    <card-test></card-test>
  </div>
</template>

<script>
import CardTest from '~/components/CardTest'

export default {
  components: {
    CardTest
  },

  mounted() {
    window.Chargebee.init({
      site: 'xxx-test',
      publishableKey: 'test_xxx'
    })
  }
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant