-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Vue warn]: Injection "eventBus" not found #311
Comments
i meet the same problem, i finish the problem |
I have quickly tested with vue-grid-layout 2.3.3 and/or vue 2.5.2, the same is happening. |
@roguexiaohuihui 你可以新建你的vue项目通过vuecli2,然后安装vue-grid-layout2.1.13版本。或者新建你的vue项目通过vuecli3然后使用最新的vue-grid-layout版本。 |
现在烦的是2.2.0以下的版本,item.x只支持string,这个是最需要兼容的问题,如果我切换到2.2.0以下版本,那么历史数据,我全部要去兼容,所以我在评估成本中,看是用哪种方案 |
Any updates on this? I getting the same Vue warn. |
Any updates on this? I getting the same warning |
2.1.13: new version: the old version is correct. |
Confirmed: version 2.1.13 is only version working with my Vue 2.6.11. |
It is effective |
我的解决方案: |
This should be fixed on the latest release. Can anyone confirm? |
You may use the wrong version. After 2.1.13 ,they use vue-cli to build it,not web-package.So you can npm i vue-grid-layout@2.1.13 -S instead,if you use vue early version |
Hi,
Just installed the vue-grid-layout and am having an error while trying the minimal example.
(probably a duplicate of Issue 247 but there are no solutions that I can use there).
I'm using:
Tested on: Firefox 65, Chrome 73
Error
I have quickly tested with vue-grid-layout 2.3.2 and/or vue 2.6.9, the same is happening.
My code
Local data:
The text was updated successfully, but these errors were encountered: