Open daverdalas opened 8 years ago
same here..
I had the same issue, what i did is remove everything above the line: var DEFAULT_LANGUAGE = "en-US";
in the file dist/vue-select.js, make sure the package.json uses the vue-select.js instead of vue-select.min.js.
Hi, all.
I checked the issue, and wrote a demo page for testing. See demo/issue7.html
and demo/issue7.js
. But it seems everything works well.
Could you please provide a complete test case for reproducing the bug?
Same issue. Modified main
field in package.json
from dist/vue-select.min.js
to src/vue-select.js
and error disappeared. @Haixing-Hu what probably you do wrong is testing locally only. Try creating a new Vue project, then npm install --save vue-select2
and import it to see the error.
I am having the same issue
用不了 直接在项目里用就报这种错误
I try to use your package but I go this error:
My code:
Any idea what I'm doing wrong? Or is it a problem with the package?