vue3.2.47 registering components Issues #7957
echo9z
started this conversation in
General Discussions
Replies: 1 comment
-
this registers setup script so that custom components can be used normally
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
The following App builds the App component using the option api, while the self-packaged count-to-v3 component is built using <script setup >
app.use(CountTo) register component times warnings
[Vue warn]: Failed to resolve component: countto
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
at
Beta Was this translation helpful? Give feedback.
All reactions