28 lines
452 B
Vue
Executable File
28 lines
452 B
Vue
Executable File
<template>
|
|
<div>
|
|
<header-nav :issearch="true" :needgetuser="true">
|
|
<template slot="header-title">我的寄托</template>
|
|
</header-nav>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'GterforumwebDetail',
|
|
|
|
data() {
|
|
return {
|
|
};
|
|
},
|
|
|
|
mounted() {
|
|
console.log("ggmjgj");
|
|
},
|
|
|
|
methods: {
|
|
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style lang="scss" scoped></style> |