We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vue-test-utils
Component is not tested and it should be, mainly for production usage
import VueSimpleSuggest from 'vue-simple-suggest/lib'
import VueSimpleSuggest from 'vue-simple-suggest'
import VueSimpleSuggest from 'vue-simple-suggest/dist/es7'
const VueSimpleSuggest = require('vue-simple-suggest')
<script type="text/javascript" src="https://unpkg.com/vue-simple-suggest"></script>
Production Usage
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a ...
What is the current behavior?
Component is not tested and it should be, mainly for production usage
How are you importing Vue-simple-suggest?
import VueSimpleSuggest from 'vue-simple-suggest/lib'
)import VueSimpleSuggest from 'vue-simple-suggest'
)import VueSimpleSuggest from 'vue-simple-suggest/dist/es7'
)import VueSimpleSuggest from 'vue-simple-suggest'
)const VueSimpleSuggest = require('vue-simple-suggest')
)<script type="text/javascript" src="https://unpkg.com/vue-simple-suggest"></script>
)What is the motivation / use case for changing the behavior?
Production Usage
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: