Login.vue is referenced in the header of vue, but if you quote address again in login, you will make a mistake. Ask for advice!

Login.vue

< template >
< / app-Address >
< / template >
< script >
/ / import HelloWorld from". / components/HelloWorld"
import Address from". / components/Address"
export default {
components: {

"app-Address":Address

}
}
< / script >

Address.vue
< template >
< H3 > Test < / H3 >
< / template >


this is the screenshot returned by the console

Jun.22,2022

Can't resolve'. / components/Address' in'E:\ test\ vue_test\ src\ components'

you may not have the right path level. Change it to . / Address .


this error means that the component cannot be found, and the path should be written incorrectly.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-4a0e2d8-135d4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-4a0e2d8-135d4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?