tonickkozlov / vue-tweet-embed

Embed tweets in your vue.js app
111 stars 27 forks source link

Unknown custom element: <Tweet> in version 2.0 #10

Closed DhruvAerosol closed 6 years ago

DhruvAerosol commented 6 years ago

Unknown custom element: <Tweet> - did you register the component correctly? For recursive components, make sure to provide the "name" option. i had update all packages and then i face this issue and got above error. i reinstall 1.2.1 and did not get any such error with it, without any code change. i am using webpack vue template.

jonasjancarik commented 6 years ago

For me using

import { Tweet } from 'vue-tweet-embed'

rather than

import Tweet from 'vue-tweet-embed'

fixed it.