自定义inspector,加载失败的问题

creator版本:1.4.2
给组件添加inspector后,一直显示:
Failed to load inspector package://hello-world/inspector.js for component “Element”

组件:

inspector.js 路径:

Vue.component(‘hello-world-inspector’, {
template: <ui-prop v-prop="target.type"></ui-prop> <ui-prop v-prop="target.level"></ui-prop> ,

props: {
target: {
twoWay: true,
type: Object,
},
},
});

Have this issue in 1.9.0 following the hello world example…

怎么 解决 这个问题呢?
因为 几乎没有什么有意义的 提示,
所以都不知道 怎么改。