replace component registration #11131
Unanswered
junjiexv
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
Uh oh!
There was an error while loading. Please reload this page.
-
can i replace an existing component name with new type, e.g:
Vue.component("moon", Moon);
..
Vue.component("moon", DreamMoon);
in v2
Beta Was this translation helpful? Give feedback.
All reactions