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?
What is the motivation / use case for changing the behavior?
Production Usage
Please tell us about your environment:
- Vue.js Version: 2.6
- Vue-simple-suggest version: 1.11
- Browser: [Chrome 98]
- Language: [ES6/7]
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: