Doesn't work with v2
See original GitHub issueI’m getting following error when trying to use vue-multiselect in a vuejs 2.0 project.
Uncaught TypeError: e._v is not a function
at Proxy.render (eval at <anonymous> (bundle.js?v2.0.5:3854), <anonymous>:1:16551)
at VueComponent.Vue._render (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:2238:22)
at VueComponent.eval (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:1693:21)
at Watcher.get (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:736:27)
at new Watcher (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:728:12)
at VueComponent.Vue._mount (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:1692:19)
at VueComponent.Vue$2.$mount (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:5592:15)
at init (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:1976:11)
at createElm (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:3825:56)
at createChildren (eval at <anonymous> (bundle.js?v2.0.5:608), <anonymous>:3871:40)
Also it’s not possible to import vue-multiselect/lib
because the index.js
requires files that are not existant (for example './Multiselect'
).
Tested with version: 2.0.0-beta.13
Issue Analytics
- State:
- Created 7 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
How to fix Kinect v2 not working in Windows 10 Creators Update
Today I want to talk with you about a quick fix regarding the Microsoft Kinect v2 and Windows 10. If you're having problems...
Read more >Why won't my Leap Motion work with V2 and Windows 10?
If you are experiencing issue getting your Leap Motion Controller to work with Windows 10 please check the software version you are using....
Read more >How to fix Razer BlackShark V2 mic not working - Driver Easy
First make sure your mic button (on the left headphone) is not activated and the mic is firmly plugged in. But if the...
Read more >The Paradox Launcher v2 doesn't work
The Paradox Launcher v2 doesn't work ! · Exit Steam and start it as Administrator (right click Steam.exe > Run as administrator) ·...
Read more >Why [ApiExplorerSettings(GroupName = "v2")] not work?
Finally, I remove this setting in swagger, and ApiExplorerSettings(GroupName = "v2")] is working! builder.Services.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks @mghignet and @shentao, it worked like a charm 😃
Hello,
Just faced the same issue but after upgrading vue from 2.1.3 to 2.1.8 everything works fine. For other issues, see this thread: https://github.com/monterail/vue-multiselect/issues/63