7 changed files with 80 additions and 23 deletions
|
After Width: | Height: | Size: 142 KiB |
|
After Width: | Height: | Size: 142 KiB |
@ -0,0 +1,21 @@ |
|||
<template> |
|||
<div id="cultrue"> |
|||
文化 |
|||
</div> |
|||
</template> |
|||
<script> |
|||
export default{ |
|||
data(){ |
|||
return{ |
|||
|
|||
} |
|||
}, |
|||
mounted(){ |
|||
console.log("wh vue") |
|||
console.log(this.$route.meta) |
|||
}, |
|||
methods:{ |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
@ -1,3 +1,21 @@ |
|||
<template> |
|||
<div id="ty"></div> |
|||
</template> |
|||
</template> |
|||
<script> |
|||
export default{ |
|||
data(){ |
|||
return{ |
|||
|
|||
} |
|||
}, |
|||
mounted(){ |
|||
console.log("ty vue") |
|||
console.log(this.$route.meta) |
|||
let bgurl = this.$route.meta |
|||
this.$emit("bgimg",bgurl) |
|||
}, |
|||
methods:{ |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
Loading…
Reference in new issue