-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Version
latest of dev branch, since this commit 69e62f0
Reproduction link
https://github.com/vuejs/vue
Steps to reproduce
- Build the dev build.
- start a sample project with vue-cli.
- follow https://vuex.vuejs.org/en/installation.html & https://vuex.vuejs.org/en/getting-started.html to install and get Vuex going for the project.
- Run the server and open the project in browser.
- you will get the following error
TypeError: Cannot read property 'indexOf' of undefined.
at applyMixin (vuex/dist/vuex.js:16:46)
at Object.install (vuex/dist/vuex.js:675:3)
at Function.Vue.use
What is expected?
This exception should not appear
What is actually happening?
The exception is thrown at run time.
Raising an issue for dev branch might not be that good, but I just see the breaking commit was there a week ago so I'm just wondering.
Ignore me if you've already got plans for it.
Metadata
Metadata
Assignees
Labels
No labels