You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just start the server. The component is the <HelloWorld /> one all you have to do is just open the dev-tools while starting the server.
What is expected?
I expected this code to work with the dev tools.
What is actually happening?
{"_custom":{"display":"⚠️ Not declared","tooltip":"The event count-emitted-with-incremented-value is not declared in the emits option. It will leak into the component's attributes ($attrs)."}}
I was testing out vue-nested-sfc when I ran into this problem. It has nothing to do with this issue. I wanted to just experiment that's all. I can't send any screenshots of how the dev tools look.
The text was updated successfully, but these errors were encountered:
Vue devtools version
6.5.0
Link to minimal reproduction
https://github.com/louiss0/vue-nested-sfc-test
Steps to reproduce & screenshots
Just start the server. The component is the
<HelloWorld />
one all you have to do is just open the dev-tools while starting the server.What is expected?
I expected this code to work with the dev tools.
What is actually happening?
{"_custom":{"display":"⚠️ Not declared","tooltip":"The event
count-emitted-with-incremented-value
is not declared in theemits
option. It will leak into the component's attributes ($attrs
)."}}System Info
Any additional comments?
I was testing out vue-nested-sfc when I ran into this problem. It has nothing to do with this issue. I wanted to just experiment that's all. I can't send any screenshots of how the dev tools look.
The text was updated successfully, but these errors were encountered: