请各位帮忙
```<template>
<view>
<view class="navigation">
<navigator url="../pages/index/index" class="logo"></navigator>
</view>
</view>
</template>
<script>
export default {
name:"navigation01",
data() {
return {
};
},
methods:{
}
}
</script>
<style>
navigation{
width: 100rpx;
height: 100rpx;
background-color: #333333;
}
</style>
兄弟,我好像明白你的意思了
我想了3天 终于知道问题在哪儿了 ~~!!!!