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

unknown custom element: <Panorama> #1

Open
counterbeing opened this issue Oct 28, 2019 · 0 comments
Open

unknown custom element: <Panorama> #1

counterbeing opened this issue Oct 28, 2019 · 0 comments

Comments

@counterbeing
Copy link

Currently on Vue 2.6.10, and for some reason keep getting this error:

vue.esm.js?a026:628 [Vue warn]: Unknown custom element: <Panorama> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <Media> at src/components/micro/Media.vue
       <Inspector> at src/components/Inspector.vue
         <Blog> at src/components/Blog.vue
           <App> at src/App.vue
             <Root>

Here's the component where I've included panorama:

<template>
  <div id="">
    <Panorama
      source="https://s3.amazonaws.com/road-trip-blog/4317faa5-87ee-3fb5-a6b7-1bf390c5d1e3-w2100.jpeg"
      caption="Awesome Panorama"
    />

  </div>
</template>
<script>
import { Panorama } from 'vuejs-panorama'

export default {
  components: { Panorama },
  name: 'Media',
  props: ['media', 'imageWidth']
}
</script>
counterbeing added a commit to counterbeing/vue-panorama that referenced this issue Oct 28, 2019
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