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

import in vu cli project d'ont work #16

Open
zoat opened this issue Oct 21, 2017 · 2 comments
Open

import in vu cli project d'ont work #16

zoat opened this issue Oct 21, 2017 · 2 comments

Comments

@zoat
Copy link

zoat commented Oct 21, 2017

import vueTypeahead from 'vuejs-autocomplete';
Vue.use(vueTypeahead);

and in my template

            </vue-typeahead>

vue.esm.js?65d7:476 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.

@TomFranssen
Copy link

I also cannot get it working. The documentation isn't very clear about this :/

@machinek56
Copy link

machinek56 commented Jan 3, 2018

I finally made this to work such way. But this autocomplete isn't suited for my purposes, maybe others it helps.

import vueTypeahead from 'vuejs-autocomplete';
Vue.use('vueTypeahead', vueTypeahead);
  

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

3 participants