-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
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
使用时Chrome中报错“Vue2.component is not a function” #7
Labels
Comments
原因是访问组件的时候 |
我是在WebPack下运行,通过NPM安装的。
ScrollItem.vue:
|
而且我在node_modules/vue-virtual-scroll-list/index.js中console.log(Vue2.component),这个是存在并且可以输出看到 |
tangbc
added a commit
that referenced
this issue
Jun 27, 2017
这个是因为 babel 编译 es6 module 的时候带上了 default : Object{ __esModule: true, default: Vue } 新发布的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vue:2.3.4
The text was updated successfully, but these errors were encountered: