Component extends not working in webpack production mode. #12322
Unanswered
east-rain
asked this question in
Help/Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I make a componentChild extends componentParent.
It is describe in https://vuejs.org/api/options-composition#extends
In "webpack development" mode, componentChild is rendered
But, in "webpack production" mode, componentChild is not rendered. In html there are no dom.
(If componentParent is made as a option api, Everything is ok)
How can I render componentChild in webpack production mode?
Beta Was this translation helpful? Give feedback.
All reactions