P> question:
did you register the component?For recursive components, make sure to provid the "name" option
For recursive components, make sure to provid the “name” option
import ComponentA from './ComponentA.vue'
import ComponentB from './ComponentB.vue'
export default {
component: {
ComponentA,ComponentB
},
// ...
}
solution:
to correct component
import ComponentA from './ComponentA.vue'
import ComponentB from './ComponentB.vue'
export default {
components: {
ComponentA,ComponentB
},
// ...
}
div>
Read More:
- Unknown custom element: <component> – did you register the component correctly
- [Vue warn]: Unknown custom element: <el-carousel-item> – did you register the component correctly?
- Error: Could not locate Flask application. You did not provide the FLASK_APP environment variable.
- The Vue parent component uses ref to call the sub component method and reports an error
- seaborn.load_ Data set error urlerror: < urlopen error [winerror 10060] the connection attempt failed because the connecting party did not reply correctly after a period of time or the connected host did not respond
- When Linux installs redis, it executes make install and reports an error: Make: * * [server. O] error 1 (solved)
- Idea installation vue.js After plug-in, new has no Vue component
- Error: Module did not self-register
- Vue3. X reports an error using vantui. Failed to resolve component: Van-**-**
- Solution: the dual system uses grub to make windows the preferred startup option
- Fatal error C1010: unexpected end of file encountered while looking for precompiled header. Did you forget to add “ා include” StdAfx. H to the source
- Failed to install ISKernel Files,make sure you have appropriate privileges on this machine
- error: multiple substitutions specified in non-positional format; did you mean to add the formatted
- An error is reported when the electron Vue Vue component introduces the electron
- [Vue warn]: Failed to resolve component vue3 import element error
- Programmers encounter real wonderful interview experience! Did you win? |Programmers have something to say
- A first chance exception of type ‘ System.NullReferenceException ‘when occurred, you did encounter a bug
- Vue report failed to mount component: template or render function not defined
- Failed to dlsym make_device: undefined symbol: make_device
- The Vue project cannot use a component name that contains the word switch