-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
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
Warning when emitting custom event on template #9418
Closed
henriqemalheiros opened this issue
Feb 4, 2019
· 3 comments
· May be fixed by devopsred/gaia#5, iliutastoica/30-days-of-vue#1, iliutastoica/vue-blog-demo#1, iliutastoica/vuejs-wordpress-theme-starter#1 or iliutastoica/fullstack-vue#1
Closed
Warning when emitting custom event on template #9418
henriqemalheiros opened this issue
Feb 4, 2019
· 3 comments
· May be fixed by devopsred/gaia#5, iliutastoica/30-days-of-vue#1, iliutastoica/vue-blog-demo#1, iliutastoica/vuejs-wordpress-theme-starter#1 or iliutastoica/fullstack-vue#1
Labels
Comments
Just a note - please avoid build setups when the bug can easily be reproduced using a simple jsfiddle or codepen. |
I tried, but the warning wasn't reproducible without a build setup. |
There is a reproduction in #9419 (duplicated issue) |
This was referenced Aug 29, 2019
This was referenced Sep 22, 2019
Lostlover
pushed a commit
to Lostlover/vue
that referenced
this issue
Dec 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
2.6.0
Reproduction link
https://github.com/henriqemalheiros/vue-bug-report-event-emit-template
Steps to reproduce
yarn install
;yarn run serve
;http://localhost:8080/
;What is expected?
No warning should be thrown.
What is actually happening?
A warning is thrown.
Maybe related to #8297.
The text was updated successfully, but these errors were encountered: