//只需要import到目录即可, //注意是qml文件所在的目录 import "./Dir"
//需要添加指定前缀,运行时才能找到正确的路径, //否则会提示ReferenceError:yourQmlComponent not defined import "qrc:/prefix/dir"