Vue has been reporting an error and can't find the module?

if I add this line of code to main.js, I will report an error:

import toastRegistry from "./common/toast/index.js"

it"s normal if you don"t add it. I checked that the path does exist

clipboard.png

clipboard.png

Jun.14,2021

toast = > toash


folder name is misspelled. It should be toast,. Your folder name is toash

.
import toastRegistry from './common/toast/index.js'
Menu